| 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 f9965b70aadfd9e45c526e773e999a642168fa61..05ec35a47e0daaa4934b7ac40648216e08c41a03 100644
|
| --- a/chrome/browser/ui/browser_command_controller.h
|
| +++ b/chrome/browser/ui/browser_command_controller.h
|
| @@ -61,6 +61,7 @@ class BrowserCommandController : public CommandUpdaterDelegate,
|
| void FullscreenStateChanged();
|
| void PrintingStateChanged();
|
| void LoadingStateChanged(bool is_loading, bool force);
|
| + void ExtensionStateChanged();
|
|
|
| // Shared state updating: these functions are static and public to share with
|
| // outside code.
|
|
|