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

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

Issue 3073002: Cleanup: Remove dead code (was only called when we had app + page menus). Ni... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698