| Index: chrome/browser/cocoa/location_bar_view_mac.h
|
| diff --git a/chrome/browser/cocoa/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar_view_mac.h
|
| index fb08b3fa038dbf8db7ea1b270fa857b038baadb8..b9ff05a6c141d69005dd9d4af13972688d74bc1b 100644
|
| --- a/chrome/browser/cocoa/location_bar_view_mac.h
|
| +++ b/chrome/browser/cocoa/location_bar_view_mac.h
|
| @@ -56,6 +56,9 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| // Overriden from LocationBarTesting:
|
| virtual int PageActionCount();
|
| virtual int PageActionVisibleCount();
|
| + virtual ExtensionAction* GetPageAction(size_t index);
|
| + virtual ExtensionAction* GetVisiblePageAction(size_t index);
|
| + virtual void TestPageActionPressed(size_t index);
|
|
|
| // Updates the location bar. Resets the bar's permanent text and
|
| // security style, and if |should_restore_state| is true, restores
|
|
|