Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index edff49067b3713f4a9e39881045ed008dc5c0885..296764534a41ebd968f0bac23179dbf8cd79d074 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -536,9 +536,10 @@ 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(); |
| + void ToggleFullscreenModeWithExtension(const Extension& extension); |
|
Ben Goodger (Google)
2012/02/09 19:32:49
Add a comment here that refers to the comment in f
hashimoto
2012/02/10 05:09:32
Done.
|
| #if defined(OS_MACOSX) |
| - void TogglePresentationMode(bool from_tab); |
| + void TogglePresentationMode(); |
| #endif |
| void Exit(); |
| #if defined(OS_CHROMEOS) |