Commit 8c87d5b1 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=mattm@chromium.org

Review-Url: https://codereview.chromium.org/2979773002
Cr-Commit-Position: refs/heads/master@{#486598}
parent cab44dfa
......@@ -35,7 +35,6 @@ var HIDDEN_CLASS = 'hidden';
*/
function sendCommand(cmd) {
// <if expr="not is_ios">
window.domAutomationController.setAutomationId(1);
window.domAutomationController.send(cmd);
// </if>
// <if expr="is_ios">
......
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