summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_commands.h
diff options
context:
space:
mode:
authormad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 18:58:34 +0000
committermad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 18:58:34 +0000
commitd53e403f3380ffa77b87114fa803a7f533d4abdd (patch)
tree1219534b889d04b50205cb1e006e971dc45582e0 /chrome/browser/ui/browser_commands.h
parent8077d05f0e0270fc20223db380e543ba5e92892a (diff)
downloadchromium_src-d53e403f3380ffa77b87114fa803a7f533d4abdd.zip
chromium_src-d53e403f3380ffa77b87114fa803a7f533d4abdd.tar.gz
chromium_src-d53e403f3380ffa77b87114fa803a7f533d4abdd.tar.bz2
These are the Chrome side changes to support the Print device charm in Metro.
We now expose a print destination interface (not quite complete yet) to bypass the current print flow so that the metafile bits get sent to Metro instead of the print spooler. Other changes will come to make this more complete, e.g., pass in the destination object from the metro module, and expose print settings on the destination interface. BUG=125675 TEST=Make sure you can still print as usual outside the Metro world. Review URL: https://chromiumcodereview.appspot.com/10483006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_commands.h')
-rw-r--r--chrome/browser/ui/browser_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index bdb7d36..20eba2d 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);