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

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

Issue 390983004: Merge 281172 "Windows: Add an "Open in Adobe Reader" menu item f..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 extern const char kBrowserWindowPlacement[]; 488 extern const char kBrowserWindowPlacement[];
489 extern const char kBrowserWindowPlacementPopup[]; 489 extern const char kBrowserWindowPlacementPopup[];
490 extern const char kTaskManagerWindowPlacement[]; 490 extern const char kTaskManagerWindowPlacement[];
491 extern const char kKeywordEditorWindowPlacement[]; 491 extern const char kKeywordEditorWindowPlacement[];
492 extern const char kPreferencesWindowPlacement[]; 492 extern const char kPreferencesWindowPlacement[];
493 extern const char kMemoryCacheSize[]; 493 extern const char kMemoryCacheSize[];
494 494
495 extern const char kDownloadDefaultDirectory[]; 495 extern const char kDownloadDefaultDirectory[];
496 extern const char kDownloadExtensionsToOpen[]; 496 extern const char kDownloadExtensionsToOpen[];
497 extern const char kDownloadDirUpgraded[]; 497 extern const char kDownloadDirUpgraded[];
498 #if defined(OS_WIN)
499 extern const char kOpenPdfDownloadInAdobeReader[];
500 #endif
498 501
499 extern const char kSaveFileDefaultDirectory[]; 502 extern const char kSaveFileDefaultDirectory[];
500 extern const char kSaveFileType[]; 503 extern const char kSaveFileType[];
501 504
502 extern const char kAllowFileSelectionDialogs[]; 505 extern const char kAllowFileSelectionDialogs[];
503 extern const char kDefaultTasksByMimeType[]; 506 extern const char kDefaultTasksByMimeType[];
504 extern const char kDefaultTasksBySuffix[]; 507 extern const char kDefaultTasksBySuffix[];
505 508
506 extern const char kSelectFileLastDirectory[]; 509 extern const char kSelectFileLastDirectory[];
507 510
(...skipping 331 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
« 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