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

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

Issue 880523005: [Extensions] Simplify Extension Keybinding API Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/conflicting/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/conflicting/manifest.json b/chrome/test/data/extensions/api_test/keybinding/conflicting/manifest.json
index c272222ea1516c7bdb558dfd6090f4ad07aeffb8..fb7e00b71576a2e62fb2858fe83c8862767c0a88 100644
--- a/chrome/test/data/extensions/api_test/keybinding/conflicting/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/conflicting/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Conflicting keybinding test, duplicate of Basics extension (dir next to this), but uses different colors",
+ "name": "Conflicting keybinding test, duplicate of Basics extension (dir next to this), but uses different messages",
"version": "1.0",
"manifest_version": 2,
"background": {
@@ -7,7 +7,7 @@
},
"permissions": ["activeTab"],
"browser_action": {
- "default_title": "Make this page green"
+ "default_title": "Send message"
},
"commands": {
"toggle-feature": {

Powered by Google App Engine
This is Rietveld 408576698