Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0a71212ea9e7d3bc6bb37641e6a0ba9fe482241e..e42cae78062850c4d1e79e7c95235ed5614781fc 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -221,6 +221,9 @@ const char kSearchProviderOverrides[] = "search_provider_overrides"; |
const char kSearchProviderOverridesVersion[] = |
"search_provider_overrides_version"; |
+// A unique identifier for each Download that persists across sessions. |
+const char kNextDownloadId[] = "download.next_id"; |
+ |
// Boolean which specifies whether we should ask the user if we should download |
// a file (true) or just download it automatically. |
const char kPromptForDownload[] = "download.prompt_for_download"; |