diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 18:23:18 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 18:23:18 +0000 |
commit | 8fd16f505f13dc080adc7a1aaa1f64fc7fe17bd7 (patch) | |
tree | 3b3810f4e96ba1f76a19b91831e8e18c8ac7e1f8 /chrome/chrome_tests.gypi | |
parent | 42f80df44247451f45b087237136560e06c3bb5f (diff) | |
download | chromium_src-8fd16f505f13dc080adc7a1aaa1f64fc7fe17bd7.zip chromium_src-8fd16f505f13dc080adc7a1aaa1f64fc7fe17bd7.tar.gz chromium_src-8fd16f505f13dc080adc7a1aaa1f64fc7fe17bd7.tar.bz2 |
Before creating a theme info bar, check if one is already visible for the same theme.
(landing for satish@chromium.org, original http://codereview.chromium.org/1745003/show)
This allows user to easily undo a theme install if they accidentally installed the same theme multiple times.
BUG=40856
TEST=visit the themes gallery, install the same theme twice and hit 'Undo' in the theme info bar to verify that it rolls back to the correct previous theme.
Review URL: http://codereview.chromium.org/1771001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 257223c..8c9a965 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1278,6 +1278,7 @@ 'browser/extensions/extension_i18n_apitest.cc', 'browser/extensions/extension_incognito_apitest.cc', 'browser/extensions/extension_infobar_apitest.cc', + 'browser/extensions/extension_install_ui_browsertest.cc', 'browser/extensions/extension_javascript_url_apitest.cc', 'browser/extensions/extension_management_browsertest.cc', 'browser/extensions/extension_messages_apitest.cc', |