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

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: fix merge Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 extern const char kBrowserWindowPlacement[]; 465 extern const char kBrowserWindowPlacement[];
466 extern const char kBrowserWindowPlacementPopup[]; 466 extern const char kBrowserWindowPlacementPopup[];
467 extern const char kTaskManagerWindowPlacement[]; 467 extern const char kTaskManagerWindowPlacement[];
468 extern const char kKeywordEditorWindowPlacement[]; 468 extern const char kKeywordEditorWindowPlacement[];
469 extern const char kPreferencesWindowPlacement[]; 469 extern const char kPreferencesWindowPlacement[];
470 extern const char kMemoryCacheSize[]; 470 extern const char kMemoryCacheSize[];
471 471
472 extern const char kDownloadDefaultDirectory[]; 472 extern const char kDownloadDefaultDirectory[];
473 extern const char kDownloadExtensionsToOpen[]; 473 extern const char kDownloadExtensionsToOpen[];
474 extern const char kDownloadDirUpgraded[]; 474 extern const char kDownloadDirUpgraded[];
475 #if defined(OS_WIN)
476 extern const char kOpenPdfDownloadInAdobeReader[];
477 #endif
475 478
476 extern const char kSaveFileDefaultDirectory[]; 479 extern const char kSaveFileDefaultDirectory[];
477 extern const char kSaveFileType[]; 480 extern const char kSaveFileType[];
478 481
479 extern const char kAllowFileSelectionDialogs[]; 482 extern const char kAllowFileSelectionDialogs[];
480 extern const char kDefaultTasksByMimeType[]; 483 extern const char kDefaultTasksByMimeType[];
481 extern const char kDefaultTasksBySuffix[]; 484 extern const char kDefaultTasksBySuffix[];
482 485
483 extern const char kSelectFileLastDirectory[]; 486 extern const char kSelectFileLastDirectory[];
484 487
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 816
814 #if defined(OS_ANDROID) 817 #if defined(OS_ANDROID)
815 extern const char kPartnerBookmarkMappings[]; 818 extern const char kPartnerBookmarkMappings[];
816 #endif 819 #endif
817 820
818 extern const char kQuickCheckEnabled[]; 821 extern const char kQuickCheckEnabled[];
819 822
820 } // namespace prefs 823 } // namespace prefs
821 824
822 #endif // CHROME_COMMON_PREF_NAMES_H_ 825 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698