| Index: android_webview/native/aw_web_contents_delegate.h
|
| diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
|
| index 97b4fef3b8ee145c5bda7cf7a7beffe945e26551..500097e9d67565b7a32bddd45f897185a45025a9 100644
|
| --- a/android_webview/native/aw_web_contents_delegate.h
|
| +++ b/android_webview/native/aw_web_contents_delegate.h
|
| @@ -30,8 +30,6 @@ class AwWebContentsDelegate
|
| virtual bool CanDownload(content::RenderViewHost* source,
|
| int request_id,
|
| const std::string& request_method) OVERRIDE;
|
| - virtual void OnStartDownload(content::WebContents* source,
|
| - content::DownloadItem* download) OVERRIDE;
|
| virtual void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|