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

Unified Diff: chrome/browser/extensions/extension_downloads_api.h

Issue 7847027: DownloadId (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merge Created 9 years, 3 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 | « chrome/browser/download/download_util.h ('k') | chrome/browser/extensions/extension_downloads_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_downloads_api.h
diff --git a/chrome/browser/extensions/extension_downloads_api.h b/chrome/browser/extensions/extension_downloads_api.h
index 20424d2a42998864e394217599127dca85a72d58..b0cf0e90cc3db310d6ae215aa9250fcfbb2156c4 100644
--- a/chrome/browser/extensions/extension_downloads_api.h
+++ b/chrome/browser/extensions/extension_downloads_api.h
@@ -121,7 +121,7 @@ class DownloadsDownloadFunction : public AsyncDownloadsFunction {
int render_view_host_routing_id;
};
void BeginDownloadOnIOThread();
- void OnStarted(int dl_id, net::Error error);
+ void OnStarted(DownloadId dl_id, net::Error error);
void RespondOnUIThread(int dl_id, net::Error error);
scoped_ptr<IOData> iodata_;
« no previous file with comments | « chrome/browser/download/download_util.h ('k') | chrome/browser/extensions/extension_downloads_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698