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

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

Issue 332021: Move page actions over to ExtensionAction2 (Closed)
Patch Set: Review feedback 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/samples/test_page_action/manifest.json
diff --git a/chrome/test/data/extensions/samples/test_page_action/manifest.json b/chrome/test/data/extensions/samples/test_page_action/manifest.json
index 28e0dab95a44bae287b9f82ebf6474460ed6c9a9..5a374e82f340eb63df4359c4e7f2ed6c6f60d699 100644
--- a/chrome/test/data/extensions/samples/test_page_action/manifest.json
+++ b/chrome/test/data/extensions/samples/test_page_action/manifest.json
@@ -5,7 +5,6 @@
"permissions": ["tabs"],
"background_page": "background.html",
"page_action": {
- "default_title": "First icon",
- "default_icon": "print_16x16.png"
+ "default_title": "First icon"
}
}

Powered by Google App Engine
This is Rietveld 408576698