Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h

Issue 243703003: Removes win8_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/sessions/session_restore.cc ('k') | chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698