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

Unified Diff: content/renderer/render_view_pepper_helper.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/renderer/render_view_impl.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_pepper_helper.h
diff --git a/content/renderer/render_view_pepper_helper.h b/content/renderer/render_view_pepper_helper.h
index ced5bf840a1c5c7eee233315eadd31356495247f..3449ccc9ec8b596c66faf5f58e11a6b80196223d 100644
--- a/content/renderer/render_view_pepper_helper.h
+++ b/content/renderer/render_view_pepper_helper.h
@@ -12,6 +12,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/platform_file.h"
+#include "base/process.h"
#include "ui/base/ime/text_input_type.h"
class TransportDIB;
@@ -75,6 +76,7 @@ class RenderViewPepperHelper {
// Called by RenderView when ViewMsg_PpapiBrokerChannelCreated.
virtual void OnPpapiBrokerChannelCreated(int request_id,
+ base::ProcessId broker_pid,
const IPC::ChannelHandle& handle) {}
// Called when we know whether permission to access the PPAPI broker was
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698