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

Unified Diff: chrome/common/pref_names.cc

Issue 263423003: Add a policy to re-enable deprecated web platform features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
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[] = {

Powered by Google App Engine
This is Rietveld 408576698