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

Unified Diff: chrome/browser/history/download_history_info.h

Issue 7192016: chrome.experimental.downloads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: DownloadQuery, single DownloadMap Created 9 years, 6 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/history/download_history_info.h
diff --git a/chrome/browser/history/download_history_info.h b/chrome/browser/history/download_history_info.h
index e7c35d4e934dc29d1dd6933d91f57df8b4c2ec22..acd61613e6a6b1dcb2b071c8c70c7e2c8bf9d9af 100644
--- a/chrome/browser/history/download_history_info.h
+++ b/chrome/browser/history/download_history_info.h
@@ -53,7 +53,7 @@ struct DownloadHistoryInfo {
// The current state of the download.
int32 state;
- // The handle of the download in the database.
+ // This download item's unique persistent identifier.
int64 db_handle;
};
« no previous file with comments | « chrome/browser/extensions/extension_function_dispatcher.cc ('k') | chrome/browser/renderer_host/download_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698