Index: ppapi/proxy/plugin_resource.h |
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h |
index 2e2e10f2052af869497ebb7b48caf84a79b91ab9..c25a34f490b76d7adbb14f006881e6bdc9e8ddc4 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 : |