Index: chrome/common/extensions/api/experimental.keybinding.json |
diff --git a/chrome/common/extensions/api/experimental.keybinding.json b/chrome/common/extensions/api/experimental.keybinding.json |
deleted file mode 100644 |
index 3816cbbd78f280e3d38dd9d4a8bf690bb46f4f1b..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/api/experimental.keybinding.json |
+++ /dev/null |
@@ -1,22 +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": "experimental.keybinding", |
- "events": [ |
- { |
- "name": "onCommand", |
- "description": "Fired when a registered command is activated using a keyboard shortcut.", |
- "type": "function", |
- "parameters": [ |
- { |
- "name": "command", |
- "type": "string" |
- } |
- ] |
- } |
- ] |
- } |
-] |