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

Unified Diff: chrome/browser/resources/chromeos/braille_ime/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: nit. 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/braille_ime/manifest.json
diff --git a/chrome/browser/resources/chromeos/braille_ime/manifest.json b/chrome/browser/resources/chromeos/braille_ime/manifest.json
index 8c4c327ca0ac1e2fa12bae17853acbcc6fb56a3b..b4c9294af2110cb0c47605bdc29184d375d9ed9f 100644
--- a/chrome/browser/resources/chromeos/braille_ime/manifest.json
+++ b/chrome/browser/resources/chromeos/braille_ime/manifest.json
@@ -18,6 +18,7 @@
"name": "Braille Keyboard",
"type": "ime",
"id": "braille",
+ "indicator": "\u2803\u2817\u2807",
Peter Lundblad 2014/09/29 12:20:47 Please port over the comment describing what this
Shu Chen 2014/09/29 14:48:08 Done.
"language": ["None"],
"description": "Braille hardware keyboard"
}

Powered by Google App Engine
This is Rietveld 408576698