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

Unified Diff: chrome/browser/plugins/plugin_installer.h

Issue 11068027: OnDownloadStarted takes DownloadItem* instead of DownloadId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: chrome/browser/plugins/plugin_installer.h
diff --git a/chrome/browser/plugins/plugin_installer.h b/chrome/browser/plugins/plugin_installer.h
index 8dca3fd7c29d53d4181a83c21a1c850c479993a7..913f28a9e389e10974bc266172100af2dbd9b81d 100644
--- a/chrome/browser/plugins/plugin_installer.h
+++ b/chrome/browser/plugins/plugin_installer.h
@@ -9,7 +9,6 @@
#include "base/string16.h"
#include "base/version.h"
#include "chrome/browser/plugins/plugin_metadata.h"
-#include "content/public/browser/download_id.h"
#include "content/public/browser/download_item.h"
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
@@ -63,7 +62,7 @@ class PluginInstaller : public content::DownloadItem::Observer {
private:
void DownloadStarted(scoped_refptr<content::DownloadManager> dlm,
- content::DownloadId download_id,
+ content::DownloadItem* item,
net::Error error);
void DownloadError(const std::string& msg);
void DownloadCancelled();

Powered by Google App Engine
This is Rietveld 408576698