Index: chrome/browser/ui/browser_commands.cc |
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc |
index 8e386fc6cab021cae8019a51479fa881d49db67d..7395d7ffcb834f34e2a1fc7a8b0a30763609d1e1 100644 |
--- a/chrome/browser/ui/browser_commands.cc |
+++ b/chrome/browser/ui/browser_commands.cc |
@@ -477,6 +477,10 @@ void AdvancedPrint(Browser* browser) { |
browser->GetActiveTabContents()->print_view_manager()->AdvancedPrintNow(); |
} |
+void PrintToDestination(Browser* browser) { |
+ browser->GetActiveTabContents()->print_view_manager()->PrintToDestination(); |
+} |
+ |
void EmailPageLocation(Browser* browser) { |
content::RecordAction(UserMetricsAction("EmailPageLocation")); |
WebContents* wc = browser->GetActiveWebContents(); |