diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 20:18:53 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 20:18:53 +0000 |
commit | 44a96738ed0547db89b227399c0b46aa50cbd78e (patch) | |
tree | c56b73429c5c9bb0437097f1cb1f0efd9434f76b /chrome/test | |
parent | 04a0f0269fc3e37cf6d79b86ca136e45d63a14b5 (diff) | |
download | chromium_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.json | 3 |
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 |