| 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 a150b741b8ed37bdca4049f53b6848d001b1bdd6..51e6b6cb95ed70e0bd2b99e4d81eb03ad18b04f0 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -147,6 +147,9 @@ class BrowserView : public BrowserWindow,
|
| gfx::Point OffsetPointForToolbarBackgroundImage(
|
| const gfx::Point& point) const;
|
|
|
| + // Remove the Fullscreen Exit Bubble if shown.
|
| + void RemoveFullScreenExitBubble();
|
| +
|
| // Accessor for the TabStrip.
|
| TabStrip* tabstrip() const { return tabstrip_; }
|
|
|
|
|