| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 5f9f7cd4e8c5b426f732000453eb10f499445d07..bfa747bba641b81c21e594cf6fd9e4fc8d14ab03 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -110,8 +110,10 @@ void ShowWebsiteSettings(Browser* browser,
|
| const content::SSLStatus& ssl);
|
| void Print(Browser* browser);
|
| bool CanPrint(Browser* browser);
|
| +#if !defined(OS_WIN)
|
| void AdvancedPrint(Browser* browser);
|
| bool CanAdvancedPrint(Browser* browser);
|
| +#endif // !OS_WIN
|
| void PrintToDestination(Browser* browser);
|
| void EmailPageLocation(Browser* browser);
|
| bool CanEmailPageLocation(const Browser* browser);
|
|
|