diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 15:43:23 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 15:43:23 +0000 |
commit | bfa90a3a9bcf80717d90544e5dc5ab3c78cf1a4f (patch) | |
tree | e31c514a470915159f5cb0ee59047a7305ad0c7e /chrome/test | |
parent | 57d415a44e839a422c2957f272e32b141977d16b (diff) | |
download | chromium_src-bfa90a3a9bcf80717d90544e5dc5ab3c78cf1a4f.zip chromium_src-bfa90a3a9bcf80717d90544e5dc5ab3c78cf1a4f.tar.gz chromium_src-bfa90a3a9bcf80717d90544e5dc5ab3c78cf1a4f.tar.bz2 |
Reland: Link the name of the extension on the management page to the
gallery page, if the extension is from the gallery.
BUG=29739
TEST=Install a gallery extension and a third-party extension and make sure the
gallery extension name is a link (whereas the third party extension name is
static text).
Review URL: http://codereview.chromium.org/1780009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
3 files changed, 6 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json index daaf849..be1fbd2 100644 --- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json +++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json @@ -31,5 +31,6 @@ "render_view_id": 0 } ], - "hasPopupAction": false + "hasPopupAction": false, + "galleryUrl": "" } diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json index ee39da8..6b5f26f 100644 --- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json +++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json @@ -21,5 +21,6 @@ "render_view_id": 0 } ], - "hasPopupAction": false + "hasPopupAction": false, + "galleryUrl": "" } diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json index 2f16f9d..df765e2 100644 --- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json +++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json @@ -10,5 +10,6 @@ "enabledIncognito": false, "content_scripts": [], "views": [], - "hasPopupAction": false + "hasPopupAction": false, + "galleryUrl": "" } |