Index: chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h |
diff --git a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h |
index b2d14af6824d6d85d10fa78c4f6a85480a913a42..056e8eb3a8c79c714bdb482aecf13aa56dc3c5aa 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h |
+++ b/chrome/browser/ui/bookmarks/bookmark_context_menu_controller.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. |