| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d6b67451f6d502bc60035b134eb9936c479f411a..1b96c89225e8711c8f76660dc00e1b93067bc0b2 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 DownloadItem 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";
|
|
|