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

Unified Diff: ppapi/proxy/printing_resource.cc

Issue 10826072: Implement browser side of PPB_Printing resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | ppapi/tests/test_printing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/printing_resource.cc
diff --git a/ppapi/proxy/printing_resource.cc b/ppapi/proxy/printing_resource.cc
index 4d55db0f6a619a99294f536e42b4d75d77ba4447..9fd8fde3e369dbb5bdd0a09df7a098c36d1e574c 100644
--- a/ppapi/proxy/printing_resource.cc
+++ b/ppapi/proxy/printing_resource.cc
@@ -34,7 +34,7 @@ int32_t PrintingResource::GetDefaultPrintSettings(
if (TrackedCallback::IsPending(callback_))
return PP_ERROR_INPROGRESS;
- if (!sent_create_to_renderer())
+ if (!sent_create_to_browser())
SendCreateToBrowser(PpapiHostMsg_Printing_Create());
DCHECK(!print_settings_);
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | ppapi/tests/test_printing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698