Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index a01fca19f7bdacc67f3cebd1dcadac84ff343352..c310430e070d39e4c11751c506b745536f4440dd 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -259,6 +259,9 @@ const char kWebKitAllowDisplayingInsecureContent[] = |
"webkit.webprefs.allow_displaying_insecure_content"; |
const char kWebKitAllowRunningInsecureContent[] = |
"webkit.webprefs.allow_running_insecure_content"; |
+const char kWebKitEnableDeprecatedFeatures[] = |
+ "webkit.webprefs.enable_deprecated_features"; |
+ |
#if defined(OS_ANDROID) |
const char kWebKitFontScaleFactor[] = "webkit.webprefs.font_scale_factor"; |
const char kWebKitForceEnableZoom[] = "webkit.webprefs.force_enable_zoom"; |