Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7629)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 10914231: Map fullscreen button to maximize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698