| Index: tools/perf/page_sets/login_helpers/chrome_login.py
|
| diff --git a/tools/perf/page_sets/login_helpers/chrome_login.py b/tools/perf/page_sets/login_helpers/chrome_login.py
|
| index 1be4ee23a899a3c8b25ce4692406a3d59f046c1a..33dad0fcc27159deea6d7694942dce3aead8adcc 100644
|
| --- a/tools/perf/page_sets/login_helpers/chrome_login.py
|
| +++ b/tools/perf/page_sets/login_helpers/chrome_login.py
|
| @@ -44,7 +44,7 @@ def LoginChromeAccount(action_runner, credential,
|
| raise RuntimeError('Can not find GAIA webview context for sign in.')
|
| gaia_action_runner = action_runner_module.ActionRunner(gaia_context)
|
|
|
| - new_flow = gaia_action_runner.EvaluateJavaScript2(
|
| + new_flow = gaia_action_runner.EvaluateJavaScript(
|
| 'document.querySelector("#gaia_firsform") != null')
|
| gaia_form_id = 'gaia_firstform' if new_flow else 'gaia_loginform'
|
| login_utils.InputForm(gaia_action_runner, account_name, input_id='Email',
|
|
|