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. |