| Index: chrome/browser/views/frame/browser_view.h
|
| diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
|
| index d9baadae15400554ead09c9e04088052b13f33e6..cf4ca787a4d24a31823f1e29094e6aa2d12f2586 100644
|
| --- a/chrome/browser/views/frame/browser_view.h
|
| +++ b/chrome/browser/views/frame/browser_view.h
|
| @@ -204,6 +204,9 @@ class BrowserView : public BrowserWindow,
|
| // in the window caption area of the browser window.
|
| bool IsPositionInWindowCaption(const gfx::Point& point);
|
|
|
| + // Returns whether the fullscreen bubble is visible or not.
|
| + bool IsFullscreenBubbleVisible() const;
|
| +
|
| // Overridden from BrowserWindow:
|
| virtual void Show();
|
| virtual void SetBounds(const gfx::Rect& bounds);
|
|
|