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

Unified Diff: content/browser/download/download_item.h

Issue 7825035: Implement chrome.experimental.downloads.search() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: comments Created 9 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: content/browser/download/download_item.h
diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
index 6e04cdcdbe28e163fa48ff365624a41402853a06..651eb322a700d8f937fbb319c2626a9e2b22ad6e 100644
--- a/content/browser/download/download_item.h
+++ b/content/browser/download/download_item.h
@@ -114,7 +114,8 @@ class CONTENT_EXPORT DownloadItem {
// Constructing from persistent store:
DownloadItem(DownloadManager* download_manager,
- const DownloadPersistentStoreInfo& info);
+ const DownloadPersistentStoreInfo& info,
+ int id);
// Constructing for a regular download:
DownloadItem(DownloadManager* download_manager,

Powered by Google App Engine
This is Rietveld 408576698