Index: chrome/browser/views/toolbar_view.h |
=================================================================== |
--- chrome/browser/views/toolbar_view.h (revision 53537) |
+++ chrome/browser/views/toolbar_view.h (working copy) |
@@ -27,10 +27,6 @@ |
class Profile; |
class WrenchMenu; |
-namespace views { |
-class Menu2; |
-} |
- |
// The Browser Window's toolbar. |
class ToolbarView : public AccessibleToolbarView, |
public views::ViewMenuDelegate, |
@@ -133,13 +129,6 @@ |
// Loads the images for all the child views. |
void LoadImages(); |
- // Check if the menu exited with a code indicating the user wants to |
- // switch to the other menu, and then switch to that other menu. |
- void SwitchToOtherMenuIfNeeded(views::Menu2* previous_menu, |
- views::MenuButton* next_menu_button); |
- |
- void ActivateMenuButton(views::MenuButton* menu_button); |
- |
// Types of display mode this toolbar can have. |
enum DisplayMode { |
DISPLAYMODE_NORMAL, // Normal toolbar with buttons, etc. |