| 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.
|
|
|