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

Unified Diff: chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 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
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');"
"}");
}
« no previous file with comments | « chrome/browser/chrome_service_worker_browsertest.cc ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698