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; |
tapted
2017/02/03 00:35:39
Just a general comment - not sure there's much to
tapted
2017/02/03 00:38:01
Note I kinda went back on this in later comments -
kylix_rd
2017/02/03 18:55:03
I was just trying to do a minimum of damage while
tapted
2017/02/03 23:07:02
We tend not to worry about damage if there's an ov
|
+ ContentSettingImageModel* GetContentSettingImageModel(size_t index) override; |
// Set/Get the editable state of the field. |
void SetEditable(bool editable); |