| 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|.
|
|
|