| 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 cf6bd4d47c5e90bdd2cd0d16d805fad9281ef7e1..68c74cbabdea3c989c5d2a2443da2cea65af6af7 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
|
| @@ -218,7 +218,10 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| // Chrome To Mobile page action icon.
|
| scoped_ptr<ChromeToMobileDecoration> chrome_to_mobile_decoration_;
|
|
|
| - // Any installed Page Actions.
|
| + // The installed page actions.
|
| + std::vector<ExtensionAction*> page_actions_;
|
| +
|
| + // Decorations for the installed Page Actions.
|
| ScopedVector<PageActionDecoration> page_action_decorations_;
|
|
|
| // The content blocked decorations.
|
|
|