| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 3c762bc7e2b174321abbfc1005134d979580e587..45997bc1025a80c996859a7aff7f30bc43182b43 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";
|
|
|