| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 3301b134693235f27314639adda40c3e724e7dfe..6d2dae1f78542d44513b902f9e8a7d5d20479b61 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -133,7 +133,7 @@ class BrowserWindow : public ui::BaseWindow {
|
| // Called to force the zoom state to for the active tab to be recalculated.
|
| // |can_show_bubble| is true when a user presses the zoom up or down keyboard
|
| // shortcuts and will be false in other cases (e.g. switching tabs, "clicking"
|
| - // + or - in the wrench menu to change zoom).
|
| + // + or - in the app menu to change zoom).
|
| virtual void ZoomChangedForActiveTab(bool can_show_bubble) = 0;
|
|
|
| // Windows and GTK remove the top controls in fullscreen, but Mac and Ash
|
|
|