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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/update/mk_v2/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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/update/mk_v2/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/update/mk_v2/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/update/mk_v2/manifest.json b/chrome/test/data/extensions/api_test/keybinding/update/mk_v2/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..a59e8f1e1154fb5c1214f0b5eda5882916efb390
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/keybinding/update/mk_v2/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "A test for making sure media keys that get reassigned don't get
+ reinstated during update.",
+ "version": "2.0",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "permissions": ["activeTab"],
+ "commands": {
+ "test_mediakeys_update": {
+ "suggested_key": {
+ "default": "MediaPlayPause"
+ },
+ "description": "Test for mediakeys update overwrite",
+ "global": true
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/update/mk_v2/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698