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

Unified Diff: content/renderer/pepper/renderer_ppapi_host_impl.cc

Issue 2493623002: Remove IPC::Endpoint. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/renderer_ppapi_host_impl.cc
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.cc b/content/renderer/pepper/renderer_ppapi_host_impl.cc
index 178aa024dcb6279c883a9d61a61b6dd2b93d0922..32bf18f46d4756c202029adbe1d56ca29e360584 100644
--- a/content/renderer/pepper/renderer_ppapi_host_impl.cc
+++ b/content/renderer/pepper/renderer_ppapi_host_impl.cc
@@ -178,7 +178,7 @@ blink::WebPluginContainer* RendererPpapiHostImpl::GetContainerForInstance(
base::ProcessId RendererPpapiHostImpl::GetPluginPID() const {
if (dispatcher_)
- return dispatcher_->channel()->GetPeerPID();
+ return dispatcher_->peer_pid();
return base::kNullProcessId;
}
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698