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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 1fd159c1d74e64f08b5c7bdc36fd043f2e102e67..74a16319fcb79dff2c3b55d6f14a2b01f5d38fc7 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -346,6 +346,9 @@ class BrowserView : public BrowserWindow,
virtual void Copy() OVERRIDE;
virtual void Paste() OVERRIDE;
virtual gfx::Rect GetInstantBounds() OVERRIDE;
+#if defined(USE_ASH)
+ virtual bool IsImmersiveMode() const OVERRIDE;
+#endif
virtual bool IsInstantTabShowing() OVERRIDE;
virtual WindowOpenDisposition GetDispositionForPopupBounds(
const gfx::Rect& bounds) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698