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

Unified Diff: android_webview/browser/aw_print_manager.h

Issue 2508923003: Make printing work better with OOPIF. (try 2) (Closed)
Patch Set: Fix android_webview Created 4 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
« no previous file with comments | « no previous file | android_webview/browser/aw_print_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_print_manager.h
diff --git a/android_webview/browser/aw_print_manager.h b/android_webview/browser/aw_print_manager.h
index dc6d7439123c3e1584bbbe98a4caf7bf8dd3f086..0e36b2c701ba702d3229622e7686aec3f2681f86 100644
--- a/android_webview/browser/aw_print_manager.h
+++ b/android_webview/browser/aw_print_manager.h
@@ -35,8 +35,13 @@ class AwPrintManager : public printing::PrintManager,
const base::FileDescriptor& file_descriptor,
const PdfWritingDoneCallback& callback);
- bool OnMessageReceived(const IPC::Message& message) override;
- void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
+ // printing::PrintManager:
+ bool OnMessageReceived(const IPC::Message& message,
+ content::RenderFrameHost* render_frame_host) override;
+
+ // IPC Handlers
+ void OnGetDefaultPrintSettings(content::RenderFrameHost* render_frame_host,
+ IPC::Message* reply_msg);
printing::PrintSettings settings_;
« no previous file with comments | « no previous file | android_webview/browser/aw_print_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698