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

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: Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "A test for checking that user keybings persist after update",
Finnur 2014/10/22 09:43:03 This name is a bit weird. I'd go with: A test for
3 "version": "1.0",
4 "manifest_version": 2,
5 "background": {
6 "scripts": ["background.js"]
7 },
8 "permissions": ["activeTab"],
9 "commands": {
10 "test_mediakeys_update": {
11 "suggested_key": {
12 "default": "MediaPlayPause"
13 },
14 "description": "Test for mediakeys update overwrite",
15 "global": true
16 }
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698