| Index: chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| diff --git a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| index fc9c2b72a24bd9668fbaaf54c8fd439b9e44f235..84933e0814e7691a3c7d42727ea798cfbfe6a874 100644
|
| --- a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| +++ b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| @@ -23,6 +23,8 @@ class NaClBrowserDelegateImpl : public NaClBrowserDelegate {
|
| virtual std::string GetVersionString() const OVERRIDE;
|
| virtual ppapi::host::HostFactory* CreatePpapiHostFactory(
|
| content::BrowserPpapiHost* ppapi_host) OVERRIDE;
|
| + virtual void TryInstallPnacl(
|
| + const base::Callback<void(bool)>& installed) OVERRIDE;
|
| };
|
|
|
|
|
|
|