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

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

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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 | « chrome/common/extensions/api/input.ime.json ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/inputMethodPrivate.json
diff --git a/chrome/common/extensions/api/inputMethodPrivate.json b/chrome/common/extensions/api/inputMethodPrivate.json
deleted file mode 100644
index 6c44192380952918896377edd10213390f173909..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/inputMethodPrivate.json
+++ /dev/null
@@ -1,48 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- {
- "namespace": "inputMethodPrivate",
- "nodoc": true,
- "platforms": ["chromeos"],
- "types": [],
- "functions": [
- {
- "name": "get",
- "type": "function",
- "description": "Gets the current input method.",
- "parameters": [
- {
- "name": "callback",
- "type": "function",
- "optional": false,
- "description": "Callback which is called with the current input method.",
- "parameters": [
- {
- "name": "inputMethodId",
- "type": "string",
- "description": "Current input method."
- }
- ]
- }
- ]
- }
- ],
- "events": [
- {
- "name": "onChanged",
- "type": "function",
- "description": "Fired when the input method is changed.",
- "parameters": [
- {
- "name": "newInputMethodId",
- "type": "string",
- "description": "New input method which is being used."
- }
- ]
- }
- ]
- }
-]
« no previous file with comments | « chrome/common/extensions/api/input.ime.json ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698