Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4329)

Unified Diff: chrome/test/functional/browser.py

Issue 7044076: Fix indentation in a pyauto test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698