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

Unified Diff: chrome/browser/resources/chromeos/input_method/mozc_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/mozc_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/mozc_manifest.json b/chrome/browser/resources/chromeos/input_method/mozc_manifest.json
index 3539f10df4acbbbe069d2aefd20dcccaedfe0706..6bce93fdb3ef8be334d84e9ff9bec5ca5725713d 100644
--- a/chrome/browser/resources/chromeos/input_method/mozc_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/mozc_manifest.json
@@ -18,6 +18,7 @@
"name": "__MSG_inputmethod_mozc_us__",
"type": "ime",
"id": "nacl_mozc_us",
+ "indicator": "\u3042",
"description": "Japanese input method.",
"language": "ja",
"layouts": ["us"]
@@ -25,6 +26,7 @@
"name": "__MSG_inputmethod_mozc_jp__",
"type": "ime",
"id": "nacl_mozc_jp",
+ "indicator": "\u3042",
"description": "Japanese input method.",
"language": "ja",
"layouts": ["jp"]

Powered by Google App Engine
This is Rietveld 408576698