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

Unified Diff: content/browser/ppapi_plugin_process_host.h

Issue 605593002: PPAPI: Support sending browser-hosted resources synchronously Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content_browsertests 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: content/browser/ppapi_plugin_process_host.h
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
index 3f90d3025dc741653a74a4ca8e0290500fd4bf0d..ece3e083319f3bed603f5cf0dcce3351169ab3f8 100644
--- a/content/browser/ppapi_plugin_process_host.h
+++ b/content/browser/ppapi_plugin_process_host.h
@@ -84,9 +84,10 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
static void DidCreateOutOfProcessInstance(
int plugin_process_id,
int32 pp_instance,
- const PepperRendererInstanceData& instance_data);
+ const PepperRendererInstanceData& instance_data,
+ IPC::Sender* renderer_sender);
- // The opposite of DIdCreate... above.
+ // The opposite of DidCreate... above.
static void DidDeleteOutOfProcessInstance(int plugin_process_id,
int32 pp_instance);
« no previous file with comments | « chrome/renderer/pepper/pepper_flash_drm_renderer_host.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698