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

Side by Side Diff: extensions/common/api/virtual_keyboard_private.json

Issue 848843003: Add a --enable-gesture-typing flag. Currently this flag does nothing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add histogram enume ntry Created 5 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "virtualKeyboardPrivate", 7 "namespace": "virtualKeyboardPrivate",
8 "compiler_options": { 8 "compiler_options": {
9 "implemented_in": "extensions/browser/api/virtual_keyboard_private/virtual _keyboard_private_api.h" 9 "implemented_in": "extensions/browser/api/virtual_keyboard_private/virtual _keyboard_private_api.h"
10 }, 10 },
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "minLength": 1, 136 "minLength": 1,
137 "description": "Virtual keyboard layout string." 137 "description": "Virtual keyboard layout string."
138 }, 138 },
139 "a11ymode": { 139 "a11ymode": {
140 "type": "boolean", 140 "type": "boolean",
141 "description": "True if accessibility virtual keyboard is en abled." 141 "description": "True if accessibility virtual keyboard is en abled."
142 }, 142 },
143 "experimental": { 143 "experimental": {
144 "type": "boolean", 144 "type": "boolean",
145 "description": "True if experimental features are enabled." 145 "description": "True if experimental features are enabled."
146 },
147 "gesturetyping": {
148 "type": "boolean",
149 "description": "True if gesture typing is enabled."
146 } 150 }
147 } 151 }
148 } 152 }
149 ] 153 ]
150 } 154 }
151 ] 155 ]
152 }, 156 },
153 { 157 {
154 "name": "openSettings", 158 "name": "openSettings",
155 "type": "function", 159 "type": "function",
(...skipping 18 matching lines...) Expand all
174 "description": "The value of type attribute of the focused text input box.", 178 "description": "The value of type attribute of the focused text input box.",
175 "enum": ["text", "number", "password", "date", "url", "tel", "em ail"] 179 "enum": ["text", "number", "password", "date", "url", "tel", "em ail"]
176 } 180 }
177 } 181 }
178 } 182 }
179 ] 183 ]
180 } 184 }
181 ] 185 ]
182 } 186 }
183 ] 187 ]
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698