| Index: chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| index 88ea9afc0163b0668a251f9b71ba645dbee84cec..2765954d8cba783319ebeeeed55e22595fe4b706 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| @@ -424,15 +424,15 @@ class BrowserActionsContainer
|
| // The class that registers for keyboard shortcuts for extension commands.
|
| scoped_ptr<ExtensionKeybindingRegistryViews> extension_keybinding_registry_;
|
|
|
| - // Handles delayed showing of the overflow menu when hovering.
|
| - base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_;
|
| -
|
| ObserverList<BrowserActionsContainerObserver> observers_;
|
|
|
| // The maximum number of icons to show per row when in overflow mode (showing
|
| // icons in the application menu).
|
| static int icons_per_overflow_menu_row_;
|
|
|
| + // Handles delayed showing of the overflow menu when hovering.
|
| + base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BrowserActionsContainer);
|
| };
|
|
|
|
|