| Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| index 5d953422c1bedacae428d8adbc7720a0471fff8d..585bb072ff160911dd1d8b66186dadbf2a899da9 100644
|
| --- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| +++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| @@ -52,6 +52,7 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost {
|
| virtual const base::FilePath& GetProfileDataDirectory() OVERRIDE;
|
| virtual GURL GetDocumentURLForInstance(PP_Instance instance) OVERRIDE;
|
| virtual GURL GetPluginURLForInstance(PP_Instance instance) OVERRIDE;
|
| + virtual bool IsInProcess() const OVERRIDE;
|
|
|
| void set_plugin_process_handle(base::ProcessHandle handle) {
|
| plugin_process_handle_ = handle;
|
|
|