Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2442)

Unified Diff: chrome/browser/views/browser_actions_container.h

Issue 3036004: Revert r42636. That hack is no longer needed now that we removed the compact (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/browser_actions_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/views/browser_actions_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698