Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc |
| index 4bf72fe8656d330251cfe404cdbe0e8dcc849a3d..f763975eb5f640db595ffe9c94a393dabd4b2830 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc |
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc |
| @@ -81,7 +81,7 @@ void KeyboardHandler::GetLocalizedValues(DictionaryValue* localized_strings) { |
| } |
| ListValue* option = new ListValue(); |
| option->Append(Value::CreateIntegerValue(value)); |
|
Evan Stade
2012/12/03 18:44:26
please change them in all the files
tfarina
2012/12/03 18:58:48
Done.
|
| - option->Append(Value::CreateStringValue(l10n_util::GetStringUTF16( |
| + option->Append(new base::StringValue(l10n_util::GetStringUTF16( |
| message_id))); |
| list_value->Append(option); |
| } |