diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-18 05:38:54 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-18 05:38:54 +0000 |
commit | 140debc9ab97da79036d70db21859d771cecf134 (patch) | |
tree | bb5a7ab2e15869ee14cc4a9c77a2848fb089d325 /chrome/test/pyautolib/pyautolib.i | |
parent | edc53eb89220666a85fac4fe4fee9f0de52bd4ab (diff) | |
download | chromium_src-140debc9ab97da79036d70db21859d771cecf134.zip chromium_src-140debc9ab97da79036d70db21859d771cecf134.tar.gz chromium_src-140debc9ab97da79036d70db21859d771cecf134.tar.bz2 |
Select and close previous theme info bars when resetting to default theme via the options dialog. As a nice side effect if one tab is showing a theme info bar and the user switches to a different theme in another tab, this change closes the previous theme info bars as well.
BUG=35607
TEST=Install a theme, and with the theme info bar visible open Preferences dialog and click 'reset to default theme' and check the info bar. (full steps given in the above bug entry)
Landing http://codereview.chromium.org/1622017/show for Satish.
Review URL: http://codereview.chromium.org/1600030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/pyautolib/pyautolib.i')
-rw-r--r-- | chrome/test/pyautolib/pyautolib.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i index 885bea8..681fa74 100644 --- a/chrome/test/pyautolib/pyautolib.i +++ b/chrome/test/pyautolib/pyautolib.i @@ -307,7 +307,7 @@ class PyUITestBase { %feature("docstring", "Install an extension from the given file. Returns " "True if successfully installed and loaded.") InstallExtension; - bool InstallExtension(const FilePath& crx_file); + bool InstallExtension(const FilePath& crx_file, bool with_ui); %feature("docstring", "Get a proxy to the browser window at the given " "zero-based index.") GetBrowserWindow; |