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

Unified Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 2975983002: Remove all calls to domAutomationController.setAutomationId. (Closed)
Patch Set: 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
« 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: chrome/browser/ssl/ssl_browser_tests.cc
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
index 8a3af9f15a77954d6fa9c5a5eb845c2af2502ad9..357b4747a9b1cbe0df42bcced03ae258e52f2f99 100644
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ b/chrome/browser/ssl/ssl_browser_tests.cc
@@ -2408,7 +2408,6 @@ IN_PROC_BROWSER_TEST_F(SSLUITestWaitForDOMNotification,
ASSERT_TRUE(content::ExecuteScript(
tab,
"var loaded = function () {"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send('mixed-image-loaded');"
"};"
"var img = document.createElement('img');"
« 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