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

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

Issue 11830008: ash/immersive mode: Hide the launcher when entering immersive mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: call up via ShellDelegate Created 7 years, 11 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
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 0bf68d3a549fa7fcea0b46f577cbf2840f4d5f89..bf6f90345050302fedbf896ed3319ccfdf2614cf 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -313,6 +313,12 @@ class BrowserWindow : public BaseWindow {
virtual bool InPresentationMode() = 0;
#endif
+#if defined(USE_ASH)
+ // Returns true if the browser is in a maximized immersive view similar to
+ // Mac OS presentation mode, with auto-hidden top-views and bottom launcher.
+ virtual bool IsImmersiveMode() const = 0;
+#endif
+
// Returns the desired bounds for Instant in screen coordinates. Note that if
// Instant isn't currently visible this returns the bounds Instant would be
// placed at.

Powered by Google App Engine
This is Rietveld 408576698