| 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 2ad5ca859f30b551b898835f88cd94d8b0d42798..3f05c96fd96fbe63e45c22cedea4062eca984fc7 100644
|
| --- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| +++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| @@ -62,7 +62,6 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost {
|
| plugin_process_handle_ = handle;
|
| }
|
|
|
| - bool in_process() const { return in_process_; }
|
| bool external_plugin() const { return external_plugin_; }
|
|
|
| // These two functions are notifications that an instance has been created
|
|
|