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

Unified Diff: chrome/browser/ui/toolbar/wrench_menu_model.h

Issue 10827146: crbug.com/127841 - Request Tablet Site on CB with touch screen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: impl. review comments Created 8 years, 4 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
Index: chrome/browser/ui/toolbar/wrench_menu_model.h
diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.h b/chrome/browser/ui/toolbar/wrench_menu_model.h
index d2f65f7a01f970ab60baf681835a88be07d47f25..982bdbbcd9ee256dd1064bfffd490245b7524dcc 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.h
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
@@ -17,7 +17,9 @@
class Browser;
class TabStripModel;
-
+namespace content {
+class NavigationEntry;
+}
namespace {
class MockWrenchMenuModel;
} // namespace
@@ -141,6 +143,8 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
// menu content and then another menu break.
void CreateZoomMenu();
+ content::NavigationEntry* GetActiveNavigationEntry() const;
gone 2012/08/03 21:53:06 Add comment describing what this function does.
sschmitz 2012/08/03 23:25:26 Done.
+
string16 GetSyncMenuLabel() const;
// Models for the special menu items with buttons.

Powered by Google App Engine
This is Rietveld 408576698