Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4372)

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc

Issue 2816513002: Revert of Change base::Value::ListStorage to std::vector<base::Value> (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index bcb26d6f24a0a5a8178acc14dfd17c7dcb7384ac..fa32d34f6f1af87b8ca702875284edf92d12244f 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -247,7 +247,7 @@
std::string input_method;
for (const auto& input_method_entry : *login_screen_input_methods) {
- if (input_method_entry.GetAsString(&input_method))
+ if (input_method_entry->GetAsString(&input_method))
allowed_input_methods.push_back(input_method);
}
chromeos::input_method::InputMethodManager* imm =

Powered by Google App Engine
This is Rietveld 408576698