| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 96bd1ee5611d13ad613a6ba9573e3553e6465957..0a0d02aced62406b1d2a1815f70a6661087f8bfa 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -548,9 +548,12 @@ class Browser : public TabHandlerDelegate,
|
| void WriteCurrentURLToClipboard();
|
| void ConvertPopupToTabbedBrowser();
|
| // In kiosk mode, the first toggle is valid, the rest is discarded.
|
| - void ToggleFullscreenMode(bool from_tab);
|
| + void ToggleFullscreenMode();
|
| + // See the description of
|
| + // FullscreenController::ToggleFullscreenModeWithExtension.
|
| + void ToggleFullscreenModeWithExtension(const Extension& extension);
|
| #if defined(OS_MACOSX)
|
| - void TogglePresentationMode(bool from_tab);
|
| + void TogglePresentationMode();
|
| #endif
|
| void Exit();
|
| #if defined(OS_CHROMEOS)
|
|
|