Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: chrome/common/pref_names.h

Issue 324593004: Windows: Add an "Open in Adobe Reader" menu item for PDF files in the download shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, check AcroRd32.exe version, set/honor prefs Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 extern const char kBrowserWindowPlacement[]; 492 extern const char kBrowserWindowPlacement[];
493 extern const char kBrowserWindowPlacementPopup[]; 493 extern const char kBrowserWindowPlacementPopup[];
494 extern const char kTaskManagerWindowPlacement[]; 494 extern const char kTaskManagerWindowPlacement[];
495 extern const char kKeywordEditorWindowPlacement[]; 495 extern const char kKeywordEditorWindowPlacement[];
496 extern const char kPreferencesWindowPlacement[]; 496 extern const char kPreferencesWindowPlacement[];
497 extern const char kMemoryCacheSize[]; 497 extern const char kMemoryCacheSize[];
498 498
499 extern const char kDownloadDefaultDirectory[]; 499 extern const char kDownloadDefaultDirectory[];
500 extern const char kDownloadExtensionsToOpen[]; 500 extern const char kDownloadExtensionsToOpen[];
501 extern const char kDownloadDirUpgraded[]; 501 extern const char kDownloadDirUpgraded[];
502 #if defined(OS_WIN)
503 extern const char kOpenPdfDownloadInAdobeReader[];
504 #endif
502 505
503 extern const char kSaveFileDefaultDirectory[]; 506 extern const char kSaveFileDefaultDirectory[];
504 extern const char kSaveFileType[]; 507 extern const char kSaveFileType[];
505 508
506 extern const char kAllowFileSelectionDialogs[]; 509 extern const char kAllowFileSelectionDialogs[];
507 extern const char kDefaultTasksByMimeType[]; 510 extern const char kDefaultTasksByMimeType[];
508 extern const char kDefaultTasksBySuffix[]; 511 extern const char kDefaultTasksBySuffix[];
509 512
510 extern const char kSelectFileLastDirectory[]; 513 extern const char kSelectFileLastDirectory[];
511 514
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 842
840 #if defined(OS_ANDROID) 843 #if defined(OS_ANDROID)
841 extern const char kPartnerBookmarkMappings[]; 844 extern const char kPartnerBookmarkMappings[];
842 #endif 845 #endif
843 846
844 extern const char kQuickCheckEnabled[]; 847 extern const char kQuickCheckEnabled[];
845 848
846 } // namespace prefs 849 } // namespace prefs
847 850
848 #endif // CHROME_COMMON_PREF_NAMES_H_ 851 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698