Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12352)

Unified Diff: content/public/browser/android/download_controller_android.h

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 308bf354e6f113844f81f3e6957d03359a0586bc..9783f7b4a5ad33f249c016d4641242307fbda775 100644
--- a/content/public/browser/android/download_controller_android.h
+++ b/content/public/browser/android/download_controller_android.h
@@ -23,8 +23,7 @@ class 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() {};
};

Powered by Google App Engine
This is Rietveld 408576698