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

Unified Diff: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc

Issue 14197006: Open input method configuration page in new tab page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 7 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
« no previous file with comments | « chrome/browser/resources/options/language_options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
index 4a345f21a2b1509850929d01a51a5f1089d5f82d..26f4b0bf23c578dec155321217ca12d5306a04b1 100644
--- a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
@@ -294,6 +294,7 @@ base::ListValue* CrosLanguageOptionsHandler::GetComponentExtensionImeList() {
scoped_ptr<DictionaryValue> dictionary(new DictionaryValue());
dictionary->SetString("id", descriptor.id());
dictionary->SetString("displayName", descriptor.name());
+ dictionary->SetString("optionsPage", descriptor.options_page_url());
scoped_ptr<DictionaryValue> language_codes(new DictionaryValue());
language_codes->SetBoolean(descriptor.language_code(), true);
« no previous file with comments | « chrome/browser/resources/options/language_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698