Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / bookmarks / bookmark_context_menu_controller.h
index b2d14af..9d69400 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "base/basictypes.h"
 #include "base/memory/scoped_ptr.h"
-#include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
+#include "components/bookmarks/core/browser/base_bookmark_model_observer.h"
 #include "ui/base/models/simple_menu_model.h"
 #include "ui/gfx/native_widget_types.h"
 
@@ -76,15 +76,6 @@ class BookmarkContextMenuController : public BaseBookmarkModelObserver,
   }
 
  private:
-  // A hook so that platform-specific implementations can report which commands
-  // are enabled. Returns true if |enabled| was set by the platform-specific
-  // implementation.
-  bool IsPlatformCommandIdEnabled(int command_id, bool* enabled) const;
-
-  // A hook to execute platform-specific commands. Returns true if the command
-  // has been handled and should no longer be processed.
-  bool ExecutePlatformCommand(int command_id, int event_flags);
-
   void BuildMenu();
 
   // Adds a IDC_* style command to the menu with a localized string.