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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/oobe.py

Issue 1149603005: Need skipToLoginForTesting for gaia login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: tools/telemetry/telemetry/core/backends/chrome/oobe.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/oobe.py b/tools/telemetry/telemetry/core/backends/chrome/oobe.py
index 60abfd9accbf7ccfca6204e884ec666434759c63..32097368efaa018f7caa950203294a0a5f09c22a 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/oobe.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/oobe.py
@@ -74,6 +74,7 @@ class Oobe(web_contents.WebContents):
def NavigateGaiaLogin(self, username, password):
"""Logs in using the GAIA webview or IFrame, whichever is
present."""
+ self._ExecuteOobeApi('Oobe.skipToLoginForTesting')
def _GetGaiaFunction():
self._ExecuteOobeApi('Oobe.showAddUserForTesting')
if self._GaiaIFrameContext() is not None:
« 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