Chromium Code Reviews| Index: chrome/test/data/popup_iframe.html |
| diff --git a/chrome/test/data/popup_iframe.html b/chrome/test/data/popup_iframe.html |
| index 10b9f31195dcf84f2384e6be593b2ee0fbd25778..cf9d72d7e2081328844bb052a320dc07e55d46ab 100644 |
| --- a/chrome/test/data/popup_iframe.html |
| +++ b/chrome/test/data/popup_iframe.html |
| @@ -3,7 +3,6 @@ |
| <head> |
| <script> |
| window.onload = function() { |
| - domAutomationController.setAutomationId(0); |
| domAutomationController.send("DONE"); |
| } |
| </script> |