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

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: Fix Android clang build Created 7 years, 10 months 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
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/public/browser/download_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {};
};
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/public/browser/download_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698