Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 92534d1b43d40f0a76fbedcc9cdf5b07319ed8f1..c1b922243f45ed5f4021142295dd227e49f82fb7 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -289,6 +289,8 @@ const char kWebKitAllowRunningInsecureContent[] = |
"webkit.webprefs.allow_running_insecure_content"; |
#if defined(OS_ANDROID) |
const char kWebKitFontScaleFactor[] = "webkit.webprefs.font_scale_factor"; |
+const char kWebKitFontScaleFactorQuirk[] = |
+ "webkit.webprefs.font_scale_factor_quirk"; |
const char kWebKitForceEnableZoom[] = "webkit.webprefs.force_enable_zoom"; |
const char kWebKitPasswordEchoEnabled[] = |
"webkit.webprefs.password_echo_enabled"; |