summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 21:24:30 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 21:24:30 +0000
commit7724ed6a158a82c1e7e6f016a9ed02d31bbcaa99 (patch)
tree9b0ddde36cbf464f3d80ded3ca6e1fee02678dd6 /chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
parentfa4dd291cc96e2953e6c83217c27e2c2596a0254 (diff)
downloadchromium_src-7724ed6a158a82c1e7e6f016a9ed02d31bbcaa99.zip
chromium_src-7724ed6a158a82c1e7e6f016a9ed02d31bbcaa99.tar.gz
chromium_src-7724ed6a158a82c1e7e6f016a9ed02d31bbcaa99.tar.bz2
views: Implementation of the new fullscreen bubble.
Due to the base class changing, this also touches the GTK UI, but the GTK changes should be mostly no-ops. Based on a patch by Yuzhu Shen <yzshen@chromium.org> BUG=95136, 100266 TEST=none Review URL: http://codereview.chromium.org/8321016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h')
-rw-r--r--chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h b/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
index 8528315..c23a129 100644
--- a/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
+++ b/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h
@@ -68,7 +68,6 @@ class FullscreenExitBubbleGtk : public FullscreenExitBubble {
ui::GtkSignalRegistrar signals_;
- const GURL url_;
bool show_buttons_;
};