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

Unified Diff: chrome/browser/ssl/ssl_browser_tests.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/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 | « chrome/browser/site_per_process_interactive_browsertest.cc ('k') | chrome/browser/ui/login/login_interstitial_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698