| 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..193316056040c9b8d2f721ad40c2d1b9df2ea7af 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,9 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
|
| // menu content and then another menu break.
|
| void CreateZoomMenu();
|
|
|
| + // Returns pointer to active navigation on current tab or NULL if none
|
| + content::NavigationEntry* GetActiveNavigationEntry() const;
|
| +
|
| string16 GetSyncMenuLabel() const;
|
|
|
| // Models for the special menu items with buttons.
|
|
|