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

Unified Diff: trunk/src/tools/telemetry/telemetry/core/backends/chrome/chrome_browser_options.py

Issue 25417008: Revert 226476 "Introduce CrosBrowserWithOOBE, which exposes an o..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/telemetry/core/backends/chrome/chrome_browser_options.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/backends/chrome/chrome_browser_options.py (revision 226832)
+++ trunk/src/tools/telemetry/telemetry/core/backends/chrome/chrome_browser_options.py (working copy)
@@ -37,8 +37,6 @@
def __init__(self, br_options):
super(CrosBrowserOptions, self).__init__(br_options)
- # Create a browser with oobe property.
- self.enable_oobe_property = False
self.auto_login = True
« no previous file with comments | « no previous file | trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698