| Index: chrome/browser/android/chrome_web_contents_delegate_android.h
|
| diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| index 31916c381ccc5456ad658ea048bcbf24ea224844..3364d235460413c4f15ccf25e04e3faf437bd744 100644
|
| --- a/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| +++ b/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| @@ -55,8 +55,6 @@ class ChromeWebContentsDelegateAndroid
|
| 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;
|
|
|
| private:
|
| // NotificationObserver implementation.
|
|
|