| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 1d032f8583b4151d7c00a1b76e65399f52af9aac..2113e7708b65a2557febeced9659005f7b66ad09 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -106,9 +106,9 @@ void ShowWebsiteSettings(Browser* browser,
|
| const GURL& url,
|
| const content::SSLStatus& ssl);
|
| void Print(Browser* browser);
|
| -bool CanPrint(const Browser* browser);
|
| +bool CanPrint(Browser* browser);
|
| void AdvancedPrint(Browser* browser);
|
| -bool CanAdvancedPrint(const Browser* browser);
|
| +bool CanAdvancedPrint(Browser* browser);
|
| void PrintToDestination(Browser* browser);
|
| void EmailPageLocation(Browser* browser);
|
| bool CanEmailPageLocation(const Browser* browser);
|
|
|