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

Unified Diff: components/supervised_user_error_page/resources/supervised_user_block_interstitial.js

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: components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
diff --git a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
index e6786f6b634bfa5cd81144fdff23702362bc2e9e..01163173fd1a5e36b87227774ad9cdec1ff9e115 100644
--- a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
+++ b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
@@ -37,7 +37,6 @@ function setupMobileNav() {
document.addEventListener('DOMContentLoaded', setupMobileNav);
function sendCommand(cmd) {
- window.domAutomationController.setAutomationId(1);
window.domAutomationController.send(cmd);
}

Powered by Google App Engine
This is Rietveld 408576698