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 93f16187f9f336675c411cce4bc12d12e78c4e4e..166835250e8de1f56e33d0ba5d8409fac22db083 100644 |
--- a/chrome/browser/extensions/location_bar_controller.h |
+++ b/chrome/browser/extensions/location_bar_controller.h |
@@ -59,6 +59,10 @@ class LocationBarController : public ExtensionRegistryObserver { |
// The ExtensionActionManager to provide page actions. |
ExtensionActionManager* action_manager_; |
+ // 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_; |