Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c7e351c7def386d14e039cc65fd29878dc0d4557..8b187e321ca386751a8efc836bbf809fa72d5793 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1139,6 +1139,9 @@ const char kMediaDeviceIdSalt[] = "media.device_id_salt"; |
// Preference to disable 3D APIs (WebGL, Pepper 3D). |
const char kDisable3DAPIs[] = "disable_3d_apis"; |
+const char kEnableDeprecatedWebPlatformFeatures[] = |
+ "enable_deprecated_web_platform_features"; |
+ |
// Whether to enable hyperlink auditing ("<a ping>"). |
const char kEnableHyperlinkAuditing[] = "enable_a_ping"; |