| Index: chrome/browser/wrench_menu_model.h
|
| diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h
|
| index 911f333d1a21bc78b5bbf29a19b3f807fbd2b3e0..5b9236241ec6fdf74fe8d4134370edee1615d36f 100644
|
| --- a/chrome/browser/wrench_menu_model.h
|
| +++ b/chrome/browser/wrench_menu_model.h
|
| @@ -106,6 +106,9 @@ class WrenchMenuModel : public menus::SimpleMenuModel,
|
| // Getters.
|
| Browser* browser() const { return browser_; }
|
|
|
| + // Calculates |zoom_label_| in response to a zoom change.
|
| + void UpdateZoomControls();
|
| +
|
| private:
|
| // Testing constructor used for mocking.
|
| friend class ::MockWrenchMenuModel;
|
| @@ -118,8 +121,7 @@ class WrenchMenuModel : public menus::SimpleMenuModel,
|
| void CreateCutCopyPaste();
|
| void CreateZoomFullscreen();
|
|
|
| - // Calculates |zoom_label_| in response to a zoom change.
|
| - void UpdateZoomControls();
|
| + // Gets the current zoom information from the renderer.
|
| double GetZoom(bool* enable_increment, bool* enable_decrement);
|
|
|
| string16 GetSyncMenuLabel() const;
|
|
|