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

Unified Diff: chrome/browser/ui/views/wrench_menu.h

Issue 11298004: alternate ntp: add "Recent Tabs" submenu to wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased to resolve conflicts Created 8 years, 1 month 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 | « chrome/browser/ui/views/toolbar_view.h ('k') | chrome/browser/ui/views/wrench_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/wrench_menu.h
diff --git a/chrome/browser/ui/views/wrench_menu.h b/chrome/browser/ui/views/wrench_menu.h
index c218b3435a8f190833abfe1047f86e9eab4dd836..7f13609b28f5dc910656719c43af20fe16c16f6d 100644
--- a/chrome/browser/ui/views/wrench_menu.h
+++ b/chrome/browser/ui/views/wrench_menu.h
@@ -96,6 +96,7 @@ class WrenchMenu : public views::MenuDelegate,
private:
class CutCopyPasteView;
+ class RecentTabsMenuModelDelegate;
class ZoomView;
typedef std::pair<ui::MenuModel*,int> Entry;
@@ -160,6 +161,9 @@ class WrenchMenu : public views::MenuDelegate,
// Menu corresponding to IDC_FEEDBACK.
views::MenuItemView* feedback_menu_item_;
+ // Used for managing "Recent tabs" menu items.
+ scoped_ptr<RecentTabsMenuModelDelegate> recent_tabs_menu_model_delegate_;
+
// ID to use for the items representing bookmarks in the bookmark menu.
int first_bookmark_command_id_;
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.h ('k') | chrome/browser/ui/views/wrench_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698