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