| Index: chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc b/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
|
| index f45abfaee170b6f0b5e70d718e14d5db61dcbb88..0e46ddf8e89b907b6b39bd12965d7672f3ded8d0 100644
|
| --- a/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc
|
| @@ -166,7 +166,6 @@ class EnterpriseEnrollmentTest : public LoginManagerTest {
|
| "login.OAuthEnrollmentScreen.showStep = function(step) {"
|
| " testShowStep(step);"
|
| " if (step == 'working') {"
|
| - " window.domAutomationController.setAutomationId(0);"
|
| " window.domAutomationController.send('ShowSpinnerScreen');"
|
| " }"
|
| "}");
|
| @@ -175,7 +174,6 @@ class EnterpriseEnrollmentTest : public LoginManagerTest {
|
| "login.OAuthEnrollmentScreen.invalidateAd = function(machineName, "
|
| "user, errorState) {"
|
| " testInvalidateAd(machineName, user, errorState);"
|
| - " window.domAutomationController.setAutomationId(0);"
|
| " window.domAutomationController.send('ShowJoinDomainError');"
|
| "}");
|
| }
|
|
|