| Index: chrome/test/functional/browser.py
|
| diff --git a/chrome/test/functional/browser.py b/chrome/test/functional/browser.py
|
| index cdc78ad6e8fb6629b8732092d130d60420622473..f436e315ed35e7257abcb7a4ae8c7c047ccbf6ab 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',
|
|
|