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

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

Issue 376014: Reland Extension Installed InfoBubble (Closed)
Patch Set: Created 11 years, 1 month 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/subscribe_page_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/subscribe_page_action/manifest.json
diff --git a/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json b/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
index 84e84e9a8c8c6f34ada9c0d0023ffbae103403b8..ceb3bfef2de57aef51129dcd350994e916b4edf2 100644
--- a/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
+++ b/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
@@ -16,11 +16,8 @@
"icons": { "128": "feed-icon-128x128.png" },
"page_actions": [
{
- "id": "RssPageAction",
- "name": "Subscribe to this feed",
- "icons": [
- "feed-icon-16x16.png"
- ]
+ "default_title": "Subscribe to this feed",
+ "default_icon": "feed-icon-16x16.png"
}
]
}
« no previous file with comments | « chrome/test/data/extensions/samples/subscribe_page_action/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698