Index: ppapi/proxy/plugin_resource.h |
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h |
index 153527801a4c7b8832a506c75b2026c43ddf7e73..9448326d55cd4b4073efcf7796aebc43596e1957 100644 |
--- a/ppapi/proxy/plugin_resource.h |
+++ b/ppapi/proxy/plugin_resource.h |
@@ -131,6 +131,8 @@ class PPAPI_PROXY_EXPORT PluginResource : public Resource { |
IPC::Message* reply_msg, |
ResourceMessageReplyParams* reply_params); |
+ const Connection& connection() { return connection_; } |
+ |
private: |
IPC::Sender* GetSender(Destination dest) { |
return dest == RENDERER ? connection_.renderer_sender : |