Index: content/browser/ppapi_plugin_process_host.h |
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h |
index 4acf9a2557ab7e28292cf52e74257f278bde6892..fe9c5b3546157a0da38a60cf62d63573823fc6b2 100644 |
--- a/content/browser/ppapi_plugin_process_host.h |
+++ b/content/browser/ppapi_plugin_process_host.h |
@@ -107,6 +107,8 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate, |
// channel is ready or if there's an error. |
void OpenChannelToPlugin(Client* client); |
+ BrowserPpapiHostImpl* host_impl() { return host_impl_.get(); } |
+ const BrowserChildProcessHostImpl* process() { return process_.get(); } |
const base::FilePath& plugin_path() const { return plugin_path_; } |
const base::FilePath& profile_data_directory() const { |
return profile_data_directory_; |