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 58d8413a83a2d4953b1cc9a8afe1f67a287ac097..a9f00a805ef1b864259eebf45ed081e333d62644 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 |
@@ -83,6 +83,8 @@ class LocationBarViewMac : public LocationBar, |
ExtensionAction* GetVisiblePageAction(size_t index) override; |
void TestPageActionPressed(size_t index) override; |
bool GetBookmarkStarVisibility() override; |
+ int ContentSettingImageModelCount() override; |
+ ContentSettingImageModel* GetContentSettingImageModel(size_t index) override; |
// Set/Get the editable state of the field. |
void SetEditable(bool editable); |