| Index: chrome/browser/views/browser_actions_container.h
|
| diff --git a/chrome/browser/views/browser_actions_container.h b/chrome/browser/views/browser_actions_container.h
|
| index ce7ed70998a6aa11ec6b5d786a96901b3e7565bf..8fb070d91c5d94a22366e625c0583494a69ebeac 100644
|
| --- a/chrome/browser/views/browser_actions_container.h
|
| +++ b/chrome/browser/views/browser_actions_container.h
|
| @@ -258,10 +258,7 @@ class BrowserActionsContainer
|
| public ExtensionContextMenuModel::PopupDelegate,
|
| public ExtensionPopup::Observer {
|
| public:
|
| - // If |should_save_size| is false, container resizes will not persist across
|
| - // browser restarts.
|
| - BrowserActionsContainer(Browser* browser, views::View* owner_view,
|
| - bool should_save_size);
|
| + BrowserActionsContainer(Browser* browser, views::View* owner_view);
|
| virtual ~BrowserActionsContainer();
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
| @@ -453,9 +450,6 @@ class BrowserActionsContainer
|
| // The view that owns us.
|
| views::View* owner_view_;
|
|
|
| - // True if we should save the size of the container to the global prefs.
|
| - bool should_save_size_;
|
| -
|
| // The current popup and the button it came from. NULL if no popup.
|
| ExtensionPopup* popup_;
|
|
|
|
|