| 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 a91a35b44669a37a9efdbfac7b1f1946d864e1ac..de75b825ff6a2e52855c9ac337f4154db659305d 100644
|
| --- a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| +++ b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| @@ -24,8 +24,6 @@ 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;
|
| virtual bool MapUrlToLocalFilePath(const GURL& url,
|
| bool is_blocking,
|
| base::FilePath* file_path) OVERRIDE;
|
|
|