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

Side by Side Diff: chrome/common/extensions/api/input_method_private.json

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase Created 7 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/input_ime.json ('k') | chrome/common/extensions/api/location.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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": "inputMethodPrivate", 7 "namespace": "inputMethodPrivate",
8 "nodoc": true,
9 "platforms": ["chromeos"], 8 "platforms": ["chromeos"],
10 "types": [], 9 "description": "none",
11 "functions": [ 10 "functions": [
12 { 11 {
13 "name": "get", 12 "name": "get",
14 "type": "function", 13 "type": "function",
15 "description": "Gets the current input method.", 14 "description": "Gets the current input method.",
16 "parameters": [ 15 "parameters": [
17 { 16 {
18 "name": "callback", 17 "name": "callback",
19 "type": "function", 18 "type": "function",
20 "optional": false, 19 "optional": false,
(...skipping 23 matching lines...) Expand all
44 { 43 {
45 "name": "newInputMethodId", 44 "name": "newInputMethodId",
46 "type": "string", 45 "type": "string",
47 "description": "New input method which is being used." 46 "description": "New input method which is being used."
48 } 47 }
49 ] 48 ]
50 } 49 }
51 ] 50 ]
52 } 51 }
53 ] 52 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/input_ime.json ('k') | chrome/common/extensions/api/location.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698