Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f58fbb132dfc26ced5e706e1ab4f4fb89eebad7b..976f927add02ec7ef2a36bf15ed5cb9219ac020a 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -280,6 +280,8 @@ const char kWebKitAllowRunningInsecureContent[] = |
#if defined(OS_ANDROID) |
const char kWebKitFontScaleFactor[] = "webkit.webprefs.font_scale_factor"; |
const char kWebKitForceEnableZoom[] = "webkit.webprefs.force_enable_zoom"; |
+const char kWebKitPasswordEchoEnabled[] = |
+ "webkit.webprefs.password_echo_enabled"; |
#endif |
const char kWebKitCommonScript[] = "Zyyy"; |