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

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

Issue 7549005: Abstract fullscreen exit bubble logic to bring Linux's behaviour in line with (Closed) Base URL: /usr/local/google/chromium2/src@trunk
Patch Set: Rebase attempt #3. Created 9 years, 4 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
« no previous file with comments | « chrome/browser/ui/gtk/slide_animator_gtk.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 661015140f8ea1190c0b6d44bacd553afa4ed508..001972861b73e689a1a083522d951735f7f962dc 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -50,7 +50,7 @@ class CompactNavigationBar;
class CompactOptionsBar;
class DownloadShelfView;
class EncodingMenuModel;
-class FullscreenExitBubble;
+class FullscreenExitBubbleViews;
class HtmlDialogUIDelegate;
class InfoBarContainerView;
class LocationBarView;
@@ -690,7 +690,7 @@ class BrowserView : public BrowserBubbleHost,
// fullscreen mode on and off to reduce jankiness.
bool ignore_layout_;
- scoped_ptr<FullscreenExitBubble> fullscreen_bubble_;
+ scoped_ptr<FullscreenExitBubbleViews> fullscreen_bubble_;
#if defined(OS_WIN)
// The additional items we insert into the system menu.
« no previous file with comments | « chrome/browser/ui/gtk/slide_animator_gtk.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698