Commit 56933bcd authored by lukasza's avatar lukasza Committed by Commit Bot

Remove all calls to domAutomationController.setAutomationId.

These calls are no longer needed after r485461
(https://crrev.com/2478803003) which has made the
domAutomationController.setAutomationId call a no-op.

BUG=662543
This CL was uploaded by git cl split.

R=agl@chromium.org

Review-Url: https://codereview.chromium.org/2975983002
Cr-Commit-Position: refs/heads/master@{#487649}
parent a782190e
......@@ -2414,7 +2414,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');"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment