| 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 7c1370ddec3278f407e639f60e1ed472313c7b88..19aa217208f0a64f2c0e174829487d2bf710ee7f 100644
|
| --- a/chrome/browser/ui/browser_command_controller.h
|
| +++ b/chrome/browser/ui/browser_command_controller.h
|
| @@ -74,7 +74,8 @@ class BrowserCommandController : public CommandUpdaterDelegate,
|
| // only depend on the profile.
|
| static void UpdateSharedCommandsForIncognitoAvailability(
|
| CommandUpdater* command_updater,
|
| - Profile* profile);
|
| + Profile* profile,
|
| + bool is_fullscreen);
|
|
|
| private:
|
| class InterstitialObserver;
|
|
|