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

Unified Diff: trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_with_oobe.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 | « trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py ('k') | no next file » | 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/cros_browser_with_oobe.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_with_oobe.py (revision 226832)
+++ trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_with_oobe.py (working copy)
@@ -1,19 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from telemetry.core import browser
-from telemetry.core.backends.chrome import cros_browser_backend
-
-class CrOSBrowserWithOOBE(browser.Browser):
- """Cros-specific browser."""
- def __init__(self, backend, platform_backend):
- assert isinstance(backend, cros_browser_backend.CrOSBrowserBackend)
- super(CrOSBrowserWithOOBE, self).__init__(backend, platform_backend)
-
- @property
- def oobe(self):
- """The login webui (also serves as ui for screenlock and
- out-of-box-experience).
- """
- return self._browser_backend.oobe
« no previous file with comments | « trunk/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698