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

Unified Diff: chrome/test/functional/gtalk/gtalk_base_test.py

Issue 10285003: Do not run gtalk tests with sandbox disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/gtalk/gtalk_base_test.py
diff --git a/chrome/test/functional/gtalk/gtalk_base_test.py b/chrome/test/functional/gtalk/gtalk_base_test.py
index 277eceede30e6ae1a0dc9625ae1ec26cbe6985a4..dd6d286157cb2d507c76e6754746e83a244d7b55 100644
--- a/chrome/test/functional/gtalk/gtalk_base_test.py
+++ b/chrome/test/functional/gtalk/gtalk_base_test.py
@@ -22,9 +22,6 @@ class GTalkBaseTest(pyauto.PyUITest):
_injected_js = None
- def ExtraChromeFlags(self):
- return pyauto.PyUITest.ExtraChromeFlags(self) + ['--no-sandbox']
-
def Prompt(self, text):
"""Pause execution with debug output.
« 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