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

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

Issue 9553016: pyauto: Don't need --multi-profiles flag anymore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/multiprofile.py
diff --git a/chrome/test/functional/multiprofile.py b/chrome/test/functional/multiprofile.py
index 70b7b978dd07216a13ea1629fd19c026df0eea88..c327236cebdeca2bae9ecbcf56549001d4339539 100755
--- a/chrome/test/functional/multiprofile.py
+++ b/chrome/test/functional/multiprofile.py
@@ -19,14 +19,6 @@ class MultiprofileTest(pyauto.PyUITest):
raw_input('Hit <enter> to dump info.. ')
self.pprint(self.GetMultiProfileInfo())
- def ExtraChromeFlags(self):
- """Enable multi-profiles on linux too."""
- # TODO: Remove when --multi-profiles is enabled by default on linux.
- flags = pyauto.PyUITest.ExtraChromeFlags(self)
- if self.IsLinux():
- flags.append('--multi-profiles')
- return flags
-
def _CheckNumProfiles(self, expected_number):
"""Returns True if |expected_number| is equal to the number of profiles."""
# TODO: Remove when crbug.com/108761 is fixed.
« 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