| Index: content/public/browser/android/download_controller_android.h
|
| diff --git a/content/public/browser/android/download_controller_android.h b/content/public/browser/android/download_controller_android.h
|
| index d04f0477f1eeb1918e109b63354686c659668c88..df0470eb8c8cf63f58703a4bceb8fff04ae2ff0a 100644
|
| --- a/content/public/browser/android/download_controller_android.h
|
| +++ b/content/public/browser/android/download_controller_android.h
|
| @@ -25,8 +25,7 @@ class CONTENT_EXPORT DownloadControllerAndroid {
|
|
|
| // Should be called when a POST download is started. Notifies the embedding
|
| // app about the download. Should be called on the UI thread.
|
| - virtual void OnPostDownloadStarted(WebContents* web_contents,
|
| - DownloadItem* download_item) = 0;
|
| + virtual void OnPostDownloadStarted(DownloadItem* download_item) = 0;
|
| protected:
|
| virtual ~DownloadControllerAndroid() {};
|
| };
|
|
|