summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:18:53 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 20:18:53 +0000
commit44a96738ed0547db89b227399c0b46aa50cbd78e (patch)
treec56b73429c5c9bb0437097f1cb1f0efd9434f76b /chrome/test
parent04a0f0269fc3e37cf6d79b86ca136e45d63a14b5 (diff)
downloadchromium_src-44a96738ed0547db89b227399c0b46aa50cbd78e.zip
chromium_src-44a96738ed0547db89b227399c0b46aa50cbd78e.tar.gz
chromium_src-44a96738ed0547db89b227399c0b46aa50cbd78e.tar.bz2
Remove type from page action manifest, since we are ignoring that value anyway at the moment.
TBR=aa BUG=None TEST=None (RSS page action should work as before) Review URL: http://codereview.chromium.org/126214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/samples/subscribe_page_action/manifest.json3
1 files changed, 1 insertions, 2 deletions
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 d32744c..c9f739b 100644
--- a/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
+++ b/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
@@ -17,8 +17,7 @@
"id": "RssPageAction",
"name": "The PageAction for RSS subscriptions",
"tooltip": "Click to subscribe to this feed",
- "icon": "feed-icon-16x16.png",
- "type": "tab"
+ "icon": "feed-icon-16x16.png"
}
]
} \ No newline at end of file