Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 283043) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -1529,6 +1529,12 @@ |
// 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"; |