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: |