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_; |