| 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..63216190063a2b8e39b38340b33467d3c706ca3a 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,7 @@ class LocationBarViewMac : public LocationBar,
|
| ExtensionAction* GetVisiblePageAction(size_t index) override;
|
| void TestPageActionPressed(size_t index) override;
|
| bool GetBookmarkStarVisibility() override;
|
| + bool TestContentSettingImagePressed(size_t index) override;
|
|
|
| // Set/Get the editable state of the field.
|
| void SetEditable(bool editable);
|
|
|