Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3674)

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 10483006: Print support for Windows Metro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working version Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/print_web_view_helper.h
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index c5ab7f000f935494f282049dd81532dddddb92b5..885446f0146a7b4500fd16d302de8432b00c772f 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -186,6 +186,9 @@ class PrintWebViewHelper
// Start the process of generating a print preview using |settings|.
void OnPrintPreview(const base::DictionaryValue& settings);
+ // Initiate a print for file.
+ void OnPrintForFile();
MAD 2012/06/15 02:54:29 To be removed..
MAD 2012/06/28 15:48:14 Done.
+
// Initialize the print preview document.
bool CreatePreviewDocument();

Powered by Google App Engine
This is Rietveld 408576698