| 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..5d6d955c27fb7d2084d49a54ddef6366ad000d65 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
|
| + // 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();
|
|
|