| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b28a53d8e03b49d6f39ccd41e364d9cf37f4d832..6f63ae75cca5102f718207f232cbfd9db1540501 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1467,6 +1467,9 @@ const char kDownloadDirUpgraded[] = "download.directory_upgrade";
|
| // Whether downloaded PDFs should be opened in Adobe Acrobat Reader.
|
| const char kOpenPdfDownloadInAdobeReader[] =
|
| "download.open_pdf_in_adobe_reader";
|
| +#elif defined(OS_MACOSX) || defined(OS_LINUX)
|
| +const char kOpenPdfDownloadInSystemReader[] =
|
| + "download.open_pdf_in_system_reader";
|
| #endif
|
|
|
| // String which specifies where to save html files to by default.
|
|
|