| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index d6df19d1316845c79f3e7b5c1bf693d5beb31e38..664437991f4c10df68c307f28aa619afe4fc1283 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -78,7 +78,7 @@ void NewTab(Browser* browser);
|
| void CloseTab(Browser* browser);
|
| bool CanZoomIn(content::WebContents* contents);
|
| bool CanZoomOut(content::WebContents* contents);
|
| -bool ActualSize(content::WebContents* contents);
|
| +bool IsAtDefaultZoom(content::WebContents* contents);
|
| void RestoreTab(Browser* browser);
|
| TabStripModelDelegate::RestoreTabType GetRestoreTabType(
|
| const Browser* browser);
|
|
|