summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_resource.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/plugin_resource.cc')
-rw-r--r--ppapi/proxy/plugin_resource.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/plugin_resource.cc b/ppapi/proxy/plugin_resource.cc
index c450f3c..3f4b612 100644
--- a/ppapi/proxy/plugin_resource.cc
+++ b/ppapi/proxy/plugin_resource.cc
@@ -115,7 +115,7 @@ bool PluginResource::SendResourceCall(
const IPC::Message& nested_msg) {
// For in-process plugins, we need to send the routing ID with the request.
// The browser then uses that routing ID when sending the reply so it will be
- // routed back to the correct RenderViewImpl.
+ // routed back to the correct RenderFrameImpl.
if (dest == BROWSER && connection_.in_process) {
return GetSender(dest)->Send(new PpapiHostMsg_InProcessResourceCall(
connection_.browser_sender_routing_id,