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

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

Issue 880523005: [Extensions] Simplify Extension Keybinding API Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finnur's Created 5 years, 11 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
Index: chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json b/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
index b50790288337afabffeaf5a29122e394544c9adc..f6e431cee57ea0b7b95f17c1846a31a8c17998d8 100644
--- a/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/overwrite_bookmark_shortcut/manifest.json
@@ -12,9 +12,9 @@
}
},
"commands": {
- "green": {
+ "send message": {
"suggested_key": "Ctrl+D",
- "description": "Make the page green"
+ "description": "Send message"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698