Chromium Code Reviews| Index: chrome/browser/ui/browser_commands.h |
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
| index 984144b0ed72218fe877fdc14df7ad55711fc3bc..8cf6496906742d6648bb241b7b178907970a88c8 100644 |
| --- a/chrome/browser/ui/browser_commands.h |
| +++ b/chrome/browser/ui/browser_commands.h |
| @@ -73,6 +73,7 @@ void NewIncognitoWindow(Browser* browser); |
| void CloseWindow(Browser* browser); |
| void NewTab(Browser* browser); |
| void CloseTab(Browser* browser); |
| +int GetZoomPercent(content::WebContents* contents); |
|
Tom (Use chromium acct)
2016/04/14 19:19:36
Do these four functions that deal with WebContents
Peter Kasting
2016/04/15 00:40:36
I don't think so, at least not for GetZoomPercent(
|
| bool CanZoomIn(content::WebContents* contents); |
| bool CanZoomOut(content::WebContents* contents); |
| bool CanResetZoom(content::WebContents* contents); |