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." |
- } |
- ] |
- } |
- ] |
- } |
-] |