| 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"
|
| }
|
| ]
|
| }
|
|
|