Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: chrome/browser/ui/browser.h

Issue 9353010: Add FullscreenController::ToggleFullscreenModeWithExtension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Show "An extension triggered full screen." when the extension's name is not available. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/media/media_player.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/chromeos/media/media_player.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698