summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 17:58:38 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 17:58:38 +0000
commitc8fc70d76a31bb9bccdb646423e172a0b963644b (patch)
treef5dbf715b497aee0bcae19903b827ea03d55d9be /chrome
parentd8a86283828f6fec15943a695d4e1f512045441b (diff)
downloadchromium_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.py2
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',