diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 17:58:38 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 17:58:38 +0000 |
commit | c8fc70d76a31bb9bccdb646423e172a0b963644b (patch) | |
tree | f5dbf715b497aee0bcae19903b827ea03d55d9be /chrome | |
parent | d8a86283828f6fec15943a695d4e1f512045441b (diff) | |
download | chromium_src-c8fc70d76a31bb9bccdb646423e172a0b963644b.zip chromium_src-c8fc70d76a31bb9bccdb646423e172a0b963644b.tar.gz chromium_src-c8fc70d76a31bb9bccdb646423e172a0b963644b.tar.bz2 |
Fix indentation in a pyauto test
R=dennisjeffrey@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7044076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/browser.py b/chrome/test/functional/browser.py index cdc78ad..f436e31 100644 --- a/chrome/test/functional/browser.py +++ b/chrome/test/functional/browser.py @@ -150,7 +150,7 @@ class BrowserTest(pyauto.PyUITest): self.assertEquals(popup_pid, parent_pid, msg='Parent and popup are not sharing a process.') - def testPopupSharesSameProcessInIncognito(self): + def testPopupSharesSameProcessInIncognito(self): """Verify parent incognito and popup share same process id""" self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) file_url = self.GetFileURLForDataPath('popup_blocker', |