| 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 744a750238a087d580a80071b9c98757e4e4ebaf..0383e0d69f8d125fd545c83e9fd8efa80c614c09 100644
|
| --- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| +++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.h
|
| @@ -98,6 +98,7 @@ class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost {
|
| virtual ~HostMessageFilter();
|
|
|
| void OnKeepalive();
|
| + void OnHostMsgLogInterfaceUsage(int hash) const;
|
|
|
| // Non owning pointers cleared in OnHostDestroyed()
|
| ppapi::host::PpapiHost* ppapi_host_;
|
|
|