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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.h

Issue 10985069: [test fixlet] Add tests for the zoom icon in the location bar on GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: making bubble tests interactive_ui_tests 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/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
index a14a656515d76deb49249d0db64ca3656965fc67..87e7ccb1d360c1f510cae7513d010e6a2ece5bda 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
@@ -420,6 +420,10 @@ class LocationBarViewGtk : public OmniboxEditController,
// the star button or page actions.
bool ShouldOnlyShowLocation();
+ // Friend the zoom tests so they can verify the zoom icon's behavior.
+ friend class LocationBarViewGtkZoomTest;
+ FRIEND_TEST_ALL_PREFIXES(ZoomBubbleGtkTest, BubbleSanityTest);
Lei Zhang 2012/10/01 23:35:54 IWYU: base/gtest_prod_util.h
Dan Beam 2012/10/02 00:03:06 Done.
+
// The outermost widget we want to be hosted.
ui::OwnedWidgetGtk hbox_;

Powered by Google App Engine
This is Rietveld 408576698