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

Unified Diff: chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json

Issue 676593004: Adds experimental flag --enable-experimental-ime-features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/resources/chromeos/input_method/google_input_tools_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json b/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
index 75c60d618165a043fbd323cd79c394cedf65f7ec..c9f2f28ba277057a6016d71d2fab55d09f2845a3 100644
--- a/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json
@@ -284,6 +284,17 @@
"input_view": "inputview.html#id=t13n-rtl&language=ur&passwordLayout=t13n-rtl&name=transliteration_ur"
},
{
+ "name": "__MSG_inputmethod_hangul__",
+ "type": "ime",
+ "id": "ko-t-i0-und",
+ "indicator": "\uD55C",
+ "description": "Korean input method.",
+ "language": "ko",
+ "layouts": ["us"],
+ "input_view": "inputview.html#id=m17n:ko_2set&language=ko&passwordLayout=us&name=inputmethod_hangul",
+ "options_page": "hmm_options.html?code=ko-t-i0-und"
+ },
+ {
"name": "__MSG_inputmethod_mozc_us__",
"type": "ime",
"id": "nacl_mozc_us",

Powered by Google App Engine
This is Rietveld 408576698