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 bac93d8c2688dad310200787976f0d600bcd6858..5b99a66a5cbe5641794954310830bbdf2619a7a2 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -551,6 +551,11 @@ class BrowserView : public BrowserWindow, |
const GURL& url, |
FullscreenExitBubbleType bubble_type); |
+ // Returns whether immmersive fullscreen should replace fullscreen. This |
+ // should only occur for "browser-fullscreen" for tabbed-typed windows. (not |
James Cook
2013/06/21 00:50:29
nit: no . after "windows."
|
+ // for tab-fullscreen and not for app/popup type windows). |
+ bool ShouldUseImmersiveFullscreenForUrl(const GURL& url) const; |
+ |
// Copy the accelerator table from the app resources into something we can |
// use. |
void LoadAccelerators(); |