| Index: chrome/browser/extensions/location_bar_controller.h
|
| diff --git a/chrome/browser/extensions/location_bar_controller.h b/chrome/browser/extensions/location_bar_controller.h
|
| index 75bdda9693017f11cc1f3d482701005b73da5c84..d938d78ee766cabb5ccfeba35bb794b2389eea0e 100644
|
| --- a/chrome/browser/extensions/location_bar_controller.h
|
| +++ b/chrome/browser/extensions/location_bar_controller.h
|
| @@ -52,6 +52,10 @@ class LocationBarController : public ExtensionRegistryObserver {
|
| // The associated BrowserContext.
|
| content::BrowserContext* browser_context_;
|
|
|
| + // Whether or not to show page actions in the location bar at all. (This is
|
| + // false with the toolbar redesign enabled.)
|
| + bool should_show_page_actions_;
|
| +
|
| // The ActiveScriptController, which could also add actions for extensions if
|
| // they have a pending script.
|
| scoped_ptr<ActiveScriptController> active_script_controller_;
|
|
|