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

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

Issue 9705097: Revert 127146 - Add Extension Keybinding test for page actions and port the PageAction keybindings … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/page_action/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/page_action/manifest.json
===================================================================
--- chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (revision 127148)
+++ chrome/test/data/extensions/api_test/keybinding/page_action/manifest.json (working copy)
@@ -1,21 +0,0 @@
-{
- "name": "A page action that makes the page red",
- "version": "1.0",
- "manifest_version": 2,
- "background": {
- "scripts": ["background.js"]
- },
- "permissions": [
- "tabs", "http://*/*", "experimental", "keybinding"
- ],
- "page_action": {
- "default_title": "Make this page red",
- "default_icon": "icon.png"
- },
- "commands": {
- "pageAction": {
- "key": "Ctrl+Shift+F",
- "description": ""
- }
- }
-}
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/page_action/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698