summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc')
-rw-r--r--chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc b/chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc
index 2a15a28e23f..d4d1ae5862a 100644
--- a/chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc
+++ b/chromium/chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc
@@ -454,7 +454,7 @@ class ImeObserverChromeOS
context.autocapitalization_mode);
private_api_input_context.spell_check =
ConvertInputContextSpellCheck(context.spellcheck_mode);
- private_api_input_context.has_been_password = context.has_been_password;
+ private_api_input_context.has_been_password = false;
private_api_input_context.should_do_learning =
ConvertPersonalizationMode(context);
private_api_input_context.focus_reason =