| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 30c2cc7a8f553fb883250077e4b52452e4e2a9e1..3e8272e954563f559e7ae363388ad0fd4f4550cd 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -104,6 +104,7 @@ void Print(Browser* browser);
|
| bool CanPrint(const Browser* browser);
|
| void AdvancedPrint(Browser* browser);
|
| bool CanAdvancedPrint(const Browser* browser);
|
| +void PrintToDestination(Browser* browser);
|
| void EmailPageLocation(Browser* browser);
|
| bool CanEmailPageLocation(const Browser* browser);
|
| void Cut(Browser* browser);
|
|
|