Index: chrome/test/data/extensions/api_test/keybinding/chromeos_conversions/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/keybinding/chromeos_conversions/manifest.json b/chrome/test/data/extensions/api_test/keybinding/chromeos_conversions/manifest.json |
deleted file mode 100644 |
index a22417522236c14cc78495022ae5d9dc03611a70..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/keybinding/chromeos_conversions/manifest.json |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-{ |
- "name": "An extension to test non-conversion of Chrome OS shortcuts.", |
- "version": "1.0", |
- "manifest_version": 2, |
- "background": { |
- "scripts": ["background.js"] |
- }, |
- "commands": { |
- "Search-Shift-Left": { |
- "description": "Test non-conversion of this key", |
- "suggested_key": { |
- "chromeos": "Search+Shift+Left" |
- } |
- }, |
- "Search-Shift-Up": { |
- "description": "Test non-conversion of this key", |
- "suggested_key": { |
- "chromeos": "Search+Shift+Up" |
- } |
- }, |
- "Search-Shift-Right": { |
- "description": "Test non-conversion of this key", |
- "suggested_key": { |
- "chromeos": "Search+Shift+Right" |
- } |
- }, |
- "Search-Shift-Down": { |
- "description": "Test non-conversion of this key", |
- "suggested_key": { |
- "chromeos": "Search+Shift+Down" |
- } |
- } |
- } |
-} |