summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/connection.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 00:45:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 00:45:55 +0000
commitfb44cb0a2570884fd4a279094ee674902916ed81 (patch)
tree0a7af8f31751dbc7123d1ee5a91655afb5c19693 /ppapi/proxy/connection.h
parent2f8c23b482763d6c4060dc007389cfd6adc7490e (diff)
downloadchromium_src-fb44cb0a2570884fd4a279094ee674902916ed81.zip
chromium_src-fb44cb0a2570884fd4a279094ee674902916ed81.tar.gz
chromium_src-fb44cb0a2570884fd4a279094ee674902916ed81.tar.bz2
Convert PepperBrowserConnection to be a RenderFrameObserver.
BUG=245126 R=nasko@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/100943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/connection.h')
-rw-r--r--ppapi/proxy/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/connection.h b/ppapi/proxy/connection.h
index 13cbbc6..cc8255c 100644
--- a/ppapi/proxy/connection.h
+++ b/ppapi/proxy/connection.h
@@ -40,7 +40,7 @@ struct Connection {
bool in_process;
// We need to use a routing ID when a plugin is in-process, and messages are
// sent back from the browser to the renderer. This is so that messages are
- // routed to the proper RenderViewImpl.
+ // routed to the proper RenderFrameImpl.
int browser_sender_routing_id;
};