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

Unified Diff: chrome/browser/ui/browser_command_controller.h

Issue 1360323002: Add "Cast..." to overflow and contextual menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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/browser_command_controller.h
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
index 702534fed971ec80d2b98a6763c306d488d18a61..2a8730e9244be64d2dbc0504084e3e568b10a59f 100644
--- a/chrome/browser/ui/browser_command_controller.h
+++ b/chrome/browser/ui/browser_command_controller.h
@@ -155,10 +155,13 @@ class BrowserCommandController : public CommandUpdaterDelegate,
// |force| is true if the button should change its icon immediately.
void UpdateReloadStopState(bool is_loading, bool force);
+ void UpdateTabRestoreCommandState();
+
// Updates commands for find.
void UpdateCommandsForFind();
- void UpdateTabRestoreCommandState();
+ // Updates commands for Media Router.
+ void UpdateCommandsForMediaRouter();
// Add/remove observers for interstitial attachment/detachment from
// |contents|.
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698