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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h

Issue 12315069: Mac: Update zoom bubble UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 7 years, 10 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/cocoa/location_bar/location_bar_view_mac.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
index 5018fa0b11761a54732bbae13d33f2f101b7a4bc..0bcfc38db5b230f589d75b6fc05abf94358f7d2d 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
@@ -38,6 +38,7 @@ class SeparatorDecoration;
class StarDecoration;
class ToolbarModel;
class ZoomDecoration;
+class ZoomDecorationTest;
// A C++ bridge class that represents the location bar UI element to
// the portable code. Wires up an OmniboxViewMac instance to
@@ -179,9 +180,11 @@ class LocationBarViewMac : public LocationBar,
const content::NotificationDetails& details) OVERRIDE;
Browser* browser() const { return browser_; }
+ ToolbarModel* toolbar_model() const { return toolbar_model_; }
private:
friend LocationBarViewMacBrowserTest;
+ friend ZoomDecorationTest;
// Posts |notification| to the default notification center.
void PostNotification(NSString* notification);

Powered by Google App Engine
This is Rietveld 408576698