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

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

Issue 730983002: Remove dead script_badge code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mm Created 6 years 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
Index: chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json b/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json
deleted file mode 100644
index e3431b92041fe1db6214b82ff4c493c9eacb53e4..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "A extension command test for script badges",
- "version": "1.0",
- "manifest_version": 2,
- "background": {
- "scripts": ["background.js"]
- },
- "commands": {
- "_execute_script_badge": {
- "suggested_key": "Ctrl+Shift+F"
- }
- },
- "permissions": [
- "tabs", "http://*/*"
- ],
- "script_badge": {
- "default_popup": "popup.html"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698