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

Unified Diff: chrome/test/data/extensions/api_test/keybinding/basics/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/basics/manifest.json
diff --git a/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json b/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
index f9dc8ef9c40e13bf2f88b4f06f9a1894129d0139..af321276ee4ef7ac89969f52e84a99eb9487400d 100644
--- a/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
+++ b/chrome/test/data/extensions/api_test/keybinding/basics/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "A browser action with no icon that makes the page red",
+ "name": "A browser action with no icon that sends a test message",
"version": "1.0",
"manifest_version": 2,
"background": {
@@ -7,7 +7,7 @@
},
"permissions": ["activeTab"],
"browser_action": {
- "default_title": "Make this page red",
+ "default_title": "Send message",
"default_icon": "icon.png"
},
"commands": {

Powered by Google App Engine
This is Rietveld 408576698