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

Unified Diff: chrome/common/extensions/api/input_ime.json

Issue 639103003: Support invisible underline for IME composition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renamed 'invisible' to 'noUnderline'. 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/common/extensions/api/input_ime.json
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
index ff830800e6b62bdba90744c59c98d7ca2c9a5291..23986a649c2a2abf525bb672701b7eb591be92cb 100644
--- a/chrome/common/extensions/api/input_ime.json
+++ b/chrome/common/extensions/api/input_ime.json
@@ -102,7 +102,7 @@
},
"style": {
"description": "How to render this segment",
Seigo Nonaka 2014/10/13 06:23:10 nit: I'm sorry this is not your fault but let's ch
Shu Chen 2014/10/13 06:28:11 Done.
- "enum": ["underline", "doubleUnderline"],
+ "enum": ["underline", "doubleUnderline", "noUnderline"],
"type": "string"
}
}

Powered by Google App Engine
This is Rietveld 408576698