| Index: content/public/browser/browser_ppapi_host.h
|
| diff --git a/content/public/browser/browser_ppapi_host.h b/content/public/browser/browser_ppapi_host.h
|
| index 81b78b6914191cbde200832919119a158ec9f85f..777b7b07ae51d2a2a64399c9156988b06b356148 100644
|
| --- a/content/public/browser/browser_ppapi_host.h
|
| +++ b/content/public/browser/browser_ppapi_host.h
|
| @@ -61,8 +61,8 @@ class CONTENT_EXPORT BrowserPpapiHost {
|
| // Returns the PpapiHost object.
|
| virtual ppapi::host::PpapiHost* GetPpapiHost() = 0;
|
|
|
| - // Returns the handle to the plugin process.
|
| - virtual base::ProcessHandle GetPluginProcessHandle() const = 0;
|
| + // Returns a reference to the plugin process.
|
| + virtual const base::Process& GetPluginProcess() const = 0;
|
|
|
| // Returns true if the given PP_Instance is valid.
|
| virtual bool IsValidInstance(PP_Instance instance) const = 0;
|
|
|