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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/browser_unittest.py

Issue 10916227: More polish in prep for CrOS support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for landing Created 8 years, 3 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
Index: tools/chrome_remote_control/chrome_remote_control/browser_unittest.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/browser_unittest.py b/tools/chrome_remote_control/chrome_remote_control/browser_unittest.py
index 1666196a62b2a77e6387d8c240221f52d429c176..1cd6b6667cdd255aa880cefb69d7ec0b66ac8861 100644
--- a/tools/chrome_remote_control/chrome_remote_control/browser_unittest.py
+++ b/tools/chrome_remote_control/chrome_remote_control/browser_unittest.py
@@ -9,7 +9,6 @@ import browser_options
class BrowserTest(unittest.TestCase):
def testBasic(self):
options = browser_options.options_for_unittests
- options.browser_to_use = browser_finder.ALL_BROWSER_TYPES
browser_to_create = browser_finder.FindBrowser(options)
if not browser_to_create:
raise Exception('No browser found, cannot continue test.')
@@ -24,7 +23,6 @@ class BrowserTest(unittest.TestCase):
# create a chrome.Interval namespace. This tests whether the command line is
# being set.
options = browser_options.options_for_unittests
- options.browser_to_use = browser_finder.ALL_BROWSER_TYPES
testJS = ("window.chrome.gpuBenchmarking !== undefined ||" +
"chrome.Interval !== undefined")

Powered by Google App Engine
This is Rietveld 408576698