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

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

Issue 1587913002: Use common generated file for inputMethodPrivate APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 (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 "compiler_options": {
9 "implemented_in": "chrome/browser/chromeos/extensions/input_method_api.h"
10 },
8 "description": "none", 11 "description": "none",
9 "functions": [ 12 "functions": [
10 { 13 {
11 "name": "getInputMethodConfig", 14 "name": "getInputMethodConfig",
12 "type": "function", 15 "type": "function",
13 "description": "Gets configurations for input methods.", 16 "description": "Gets configurations for input methods.",
14 "parameters": [ 17 "parameters": [
15 { 18 {
16 "name": "callback", 19 "name": "callback",
17 "type": "function", 20 "type": "function",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "description": "List of removed words.", 225 "description": "List of removed words.",
223 "items": { 226 "items": {
224 "type": "string" 227 "type": "string"
225 } 228 }
226 } 229 }
227 ] 230 ]
228 } 231 }
229 ] 232 ]
230 } 233 }
231 ] 234 ]
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/input_ime/input_ime_api_chromeos.cc ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698