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

Unified Diff: extensions/common/api/virtual_keyboard_private.json

Issue 2072333002: Fix js error in VK on debug build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/virtual_keyboard_private.json
diff --git a/extensions/common/api/virtual_keyboard_private.json b/extensions/common/api/virtual_keyboard_private.json
index 5b335fb2a55205856e4ff5452f19e1a55d10046d..ac6775b38b38883076dd87162ef84b6382621a9b 100644
--- a/extensions/common/api/virtual_keyboard_private.json
+++ b/extensions/common/api/virtual_keyboard_private.json
@@ -160,6 +160,10 @@
"minLength": 1,
"description": "Virtual keyboard layout string."
},
+ "hotrodmode": {
+ "type": "boolean",
+ "description": "Virtual keyboard is in hotrod mode."
+ },
"a11ymode": {
"type": "boolean",
"description": "True if accessibility virtual keyboard is enabled."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698