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

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

Issue 2882533003: [Mac] Hover/Active Omnibox Icon States for Secondary UI MD (Closed)
Patch Set: Move LocationBarDecoration to cocoa Created 3 years, 7 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 ab747156d500dd1f0962921e4c6db8b8fb6f7996..cfda0294079862a9f9273334d87e4a596e0cd815 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
@@ -192,6 +192,10 @@ class LocationBarViewMac : public LocationBar,
return translate_decoration_.get();
}
+ // Returns the content setting decoration at the given screen coordinates
+ // represented by |anchor|.
+ LocationBarDecoration* GetContentSettingDecoration(NSPoint anchor) const;
+
Browser* browser() const { return browser_; }
// ZoomManagerObserver:

Powered by Google App Engine
This is Rietveld 408576698