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

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

Issue 263423003: Add a policy to re-enable deprecated web platform features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 extern const char kWebKitPluginsEnabled[]; 118 extern const char kWebKitPluginsEnabled[];
119 extern const char kWebKitDomPasteEnabled[]; 119 extern const char kWebKitDomPasteEnabled[];
120 extern const char kWebKitShrinksStandaloneImagesToFit[]; 120 extern const char kWebKitShrinksStandaloneImagesToFit[];
121 extern const char kWebKitInspectorSettings[]; 121 extern const char kWebKitInspectorSettings[];
122 extern const char kWebKitUsesUniversalDetector[]; 122 extern const char kWebKitUsesUniversalDetector[];
123 extern const char kWebKitTextAreasAreResizable[]; 123 extern const char kWebKitTextAreasAreResizable[];
124 extern const char kWebKitJavaEnabled[]; 124 extern const char kWebKitJavaEnabled[];
125 extern const char kWebkitTabsToLinks[]; 125 extern const char kWebkitTabsToLinks[];
126 extern const char kWebKitAllowDisplayingInsecureContent[]; 126 extern const char kWebKitAllowDisplayingInsecureContent[];
127 extern const char kWebKitAllowRunningInsecureContent[]; 127 extern const char kWebKitAllowRunningInsecureContent[];
128 extern const char kWebKitEnableDeprecatedFeatures[];
128 #if defined(OS_ANDROID) 129 #if defined(OS_ANDROID)
129 extern const char kWebKitFontScaleFactor[]; 130 extern const char kWebKitFontScaleFactor[];
130 extern const char kWebKitForceEnableZoom[]; 131 extern const char kWebKitForceEnableZoom[];
131 extern const char kWebKitPasswordEchoEnabled[]; 132 extern const char kWebKitPasswordEchoEnabled[];
132 #endif 133 #endif
133 extern const char kSafeBrowsingEnabled[]; 134 extern const char kSafeBrowsingEnabled[];
134 extern const char kSafeBrowsingDownloadFeedbackEnabled[]; 135 extern const char kSafeBrowsingDownloadFeedbackEnabled[];
135 extern const char kSafeBrowsingReportingEnabled[]; 136 extern const char kSafeBrowsingReportingEnabled[];
136 extern const char kSafeBrowsingProceedAnywayDisabled[]; 137 extern const char kSafeBrowsingProceedAnywayDisabled[];
137 extern const char kIncognitoModeAvailability[]; 138 extern const char kIncognitoModeAvailability[];
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 875
875 #if defined(OS_ANDROID) 876 #if defined(OS_ANDROID)
876 extern const char kPartnerBookmarkMappings[]; 877 extern const char kPartnerBookmarkMappings[];
877 #endif 878 #endif
878 879
879 extern const char kQuickCheckEnabled[]; 880 extern const char kQuickCheckEnabled[];
880 881
881 } // namespace prefs 882 } // namespace prefs
882 883
883 #endif // CHROME_COMMON_PREF_NAMES_H_ 884 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698