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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/command_update/manifest.json

Issue 293133004: Remove unused command_update keybinding test data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 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/test/data/extensions/api_test/keybinding/command_update/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/keybinding/command_update/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/command_update/manifest.json b/chrome/test/data/extensions/api_test/keybinding/command_update/manifest.json
deleted file mode 100644
index bac4177fce38010a2170b0425beb2ecbfe4589f8..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/keybinding/command_update/manifest.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "An extension to test updating keybinding preferences",
- "version": "1.0",
- "manifest_version": 2,
- "background": {
- "scripts": ["background.js"]
- },
- "commands": {
- "command_A": {
- "suggested_key": {
- "default": "Alt+A"
- },
- "description": "Test fails if called (It will be removed during testing)."
- },
- "command_B": {
- "suggested_key": {
- "default": "Alt+B"
- },
- "description": "Will be uptated to 'Alt+A' during testing."
- },
- "command_C": {
- "suggested_key": {
- "default": "Alt+C"
- },
- "description": "Test fails if called (It will be removed during testing)."
- }
- }
-}
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/command_update/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698