| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fcf8671815b32a8b1f7015cd9c5f04b4b0383432..6b00c1530a33f14030e2f7a084c0552a6fc70e41 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1417,6 +1417,12 @@ const char kDownloadDefaultDirectory[] = "download.default_directory";
|
| // upgrade a unsafe location to a safe location.
|
| const char kDownloadDirUpgraded[] = "download.directory_upgrade";
|
|
|
| +#if defined(OS_WIN)
|
| +// Whether downloaded PDFs should be opened in Adobe Acrobat Reader.
|
| +const char kOpenPdfDownloadInAdobeReader[] =
|
| + "download.open_pdf_in_adobe_reader";
|
| +#endif
|
| +
|
| // String which specifies where to save html files to by default.
|
| const char kSaveFileDefaultDirectory[] = "savefile.default_directory";
|
|
|
|
|