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

Unified Diff: content/public/renderer/renderer_ppapi_host.h

Issue 11722017: Use an explicit PID for duplicating Pepper handles rather than the Channel's. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « content/public/browser/child_process_data.h ('k') | content/renderer/pepper/pepper_broker_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/renderer_ppapi_host.h
diff --git a/content/public/renderer/renderer_ppapi_host.h b/content/public/renderer/renderer_ppapi_host.h
index f8a14325ca262c04d56d2df06ffd49ea5ccd833d..da4a9b51a0de538dd15f1c00ed9efe5bfff567d6 100644
--- a/content/public/renderer/renderer_ppapi_host.h
+++ b/content/public/renderer/renderer_ppapi_host.h
@@ -7,6 +7,7 @@
#include "base/memory/ref_counted.h"
#include "base/platform_file.h"
+#include "base/process.h"
#include "content/common/content_export.h"
#include "ipc/ipc_platform_file.h"
#include "ppapi/c/pp_instance.h"
@@ -67,6 +68,7 @@ class RendererPpapiHost {
const FilePath& file_path,
ppapi::PpapiPermissions permissions,
const IPC::ChannelHandle& channel_handle,
+ base::ProcessId plugin_pid,
int plugin_child_id);
// Returns the RendererPpapiHost associated with the given PP_Instance,
« no previous file with comments | « content/public/browser/child_process_data.h ('k') | content/renderer/pepper/pepper_broker_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698