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

Unified Diff: content/renderer/render_view_impl.cc

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.h ('k') | content/renderer/render_view_pepper_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 4666171811be133a169cf31da870b7b16c5347fd..7fb4c62d2b4410483e7cae042311f188602a3f4e 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -6354,9 +6354,9 @@ void RenderViewImpl::OnAsyncFileOpened(
void RenderViewImpl::OnPpapiBrokerChannelCreated(
int request_id,
+ base::ProcessId broker_pid,
const IPC::ChannelHandle& handle) {
- pepper_helper_->OnPpapiBrokerChannelCreated(request_id,
- handle);
+ pepper_helper_->OnPpapiBrokerChannelCreated(request_id, broker_pid, handle);
}
void RenderViewImpl::OnPpapiBrokerPermissionResult(
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/renderer/render_view_pepper_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698