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

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

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. Created 6 years, 3 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/hangul_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/hangul_manifest.json b/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
index e66f7bd7d1925c9629de17a2781b32349b120500..b76e76c0740cd425f7e507cfd2ae9575109e6b91 100644
--- a/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
@@ -18,6 +18,7 @@
"name": "__MSG_inputmethod_Hangul_2_Set__",
"type": "ime",
"id": "hangul_2set",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],
@@ -26,6 +27,7 @@
"name": "__MSG_inputmethod_Hangul_3_Set_390__",
"type": "ime",
"id": "hangul_3set390",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],
@@ -34,6 +36,7 @@
"name": "__MSG_inputmethod_Hangul_3_Set_Final__",
"type": "ime",
"id": "hangul_3setfinal",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],
@@ -42,6 +45,7 @@
"name": "__MSG_inputmethod_Hangul_3_Set_No_Shift__",
"type": "ime",
"id": "hangul_3setnoshift",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],
@@ -50,6 +54,7 @@
"name": "__MSG_inputmethod_Hangul_Romaja__",
"type": "ime",
"id": "hangul_romaja",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],
@@ -58,6 +63,7 @@
"name": "__MSG_inputmethod_Hangul_Ahnmatae__",
"type": "ime",
"id": "hangul_ahnmatae",
+ "indicator": "\uD55C",
"description": "",
"language": "ko",
"layouts": ["us"],

Powered by Google App Engine
This is Rietveld 408576698