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

Unified Diff: chrome/test/data/extensions/samples/test_browser_action/manifest.json

Issue 264046: Update browser actions api to be like new design doc. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/test/data/extensions/samples/test_browser_action/background.html ('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/samples/test_browser_action/manifest.json
diff --git a/chrome/test/data/extensions/samples/test_browser_action/manifest.json b/chrome/test/data/extensions/samples/test_browser_action/manifest.json
index 1466687997253ec27e7fd15cde716797df0545cb..1134f3cdb122d9058d8854623d0f83c79c08093c 100644
--- a/chrome/test/data/extensions/samples/test_browser_action/manifest.json
+++ b/chrome/test/data/extensions/samples/test_browser_action/manifest.json
@@ -5,6 +5,6 @@
"background_page": "background.html",
"browser_action": {
"name": "First icon",
- "icons": ["badicon.png", "print_16x16.png"]
+ "icons": ["print_16x16.png"]
}
}
« no previous file with comments | « chrome/test/data/extensions/samples/test_browser_action/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698