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

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

Issue 64273008: [Windows] Finish global and non-global media keys support on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync. Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/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/non_global_media_keys_1/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/manifest.json b/chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..8607a25df43acaf1dadf7fcd961556bdf0b16f2a
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "An extension to test non-global media keys command",
+ "version": "1.0",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "commands": {
+ "MediaStop-non-global": {
+ "suggested_key": {
+ "default": "MediaStop"
+ },
+ "description": "Test passes if called."
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/keybinding/non_global_media_keys_1/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698