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

Unified Diff: chrome/browser/printing/printing_message_filter.h

Issue 740983002: Implement window.print() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser/printing/printing_message_filter.h
diff --git a/chrome/browser/printing/printing_message_filter.h b/chrome/browser/printing/printing_message_filter.h
index 1662c000fb830774ee99b875b4b87aadf86b5de7..d59c9e0e433ef960a393377ee1f1baf7a5446531 100644
--- a/chrome/browser/printing/printing_message_filter.h
+++ b/chrome/browser/printing/printing_message_filter.h
@@ -70,6 +70,12 @@ class PrintingMessageFilter : public content::BrowserMessageFilter {
// Updates the file descriptor for the PrintViewManagerBasic of a given
// render_view_id.
void UpdateFileDescriptor(int render_view_id, int fd);
+
+ // TODO DOC
+ void ShowPrintDialog(int render_view_id);
Vitaly Buka (NO REVIEWS) 2014/11/21 17:05:13 Should not be here
+
+ // TODO DOC
+ void OnInitiateAndroidPrint(int cookie, IPC::Message* reply_msg);
#endif
// Given a render_view_id get the corresponding WebContents.

Powered by Google App Engine
This is Rietveld 408576698