| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index d2d37ee141a40df3a8412237ecbf5c4e5074ad51..013db314c6bb049fb9da7fe769ccacaa6faa791b 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -117,6 +117,8 @@ bool CanPrint(Browser* browser);
|
| void BasicPrint(Browser* browser);
|
| bool CanBasicPrint(Browser* browser);
|
| #endif // ENABLE_BASIC_PRINTING
|
| +bool CanRouteMedia(Browser* browser);
|
| +void RouteMedia(Browser* browser);
|
| void EmailPageLocation(Browser* browser);
|
| bool CanEmailPageLocation(const Browser* browser);
|
| void CutCopyPaste(Browser* browser, int command_id);
|
|
|