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

Side by Side Diff: chrome/test/data/extensions/api_test/keybinding/update/mk_v1/manifest.json

Issue 667833004: Fix extension command service to check if user has modified key before overwrite on update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conflicts with rebase Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "A test for making sure media keys that get reassigned don't get
3 reinstated during update.",
4 "version": "1.0",
5 "manifest_version": 2,
6 "background": {
7 "scripts": ["background.js"]
8 },
9 "permissions": ["activeTab"],
10 "commands": {
11 "test_mediakeys_update": {
12 "suggested_key": {
13 "default": "MediaPlayPause"
14 },
15 "description": "Test for mediakeys update overwrite",
16 "global": true
17 }
18 }
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698