Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 897c97d87cd8579ea832c0f6bf3cb6bb751f761d..c659d1ef2a2b26823a9e6be6b9d38559a8687f81 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -155,6 +155,12 @@ const char kAcceptLanguages[] = "intl.accept_languages"; |
// stored in non-translatable part of the resource bundle. |
const char kStaticEncodings[] = "intl.static_encodings"; |
+// A list of deprecated web platform features to be enabled in the renderer. |
+// Valid list entries are RendererPreferencesDeprecatedFeatureEnum integer |
+// values. |
+const char kEnableDeprecatedWebPlatformFeatures[] = |
+ "enable_deprecated_web_platform_features"; |
+ |
// If these change, the corresponding enums in the extension API |
// experimental.fontSettings.json must also change. |
const char* const kWebKitScriptsForFontFamilyMaps[] = { |