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

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

Issue 269079: Implement new page action API. (Closed)
Patch Set: compile fixes Created 11 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
Index: chrome/test/data/extensions/api_test/browser_action/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/manifest.json b/chrome/test/data/extensions/api_test/browser_action/manifest.json
index 750c5906ae6852e48d5ee2d0523aac295e6d1d2c..9604839b3f17c2d150d6c65461468a038cef743b 100755
--- a/chrome/test/data/extensions/api_test/browser_action/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/manifest.json
@@ -6,7 +6,7 @@
"tabs", "http://*/*"
],
"browser_action": {
- "name": "Make this page red",
- "icons": ["icon.png", "icon2.png"]
+ "default_title": "Make this page red",
+ "default_icon": "icon.png"
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698