| Index: chrome/test/data/automation/sends_message_on_load.html
|
| diff --git a/chrome/test/data/automation/sends_message_on_load.html b/chrome/test/data/automation/sends_message_on_load.html
|
| index 794ada5db3f37ddfb2a7127f7e785c5b3e4ce7b3..cf310f615d6a0c5abe9c09af1e75b78b3a035129 100644
|
| --- a/chrome/test/data/automation/sends_message_on_load.html
|
| +++ b/chrome/test/data/automation/sends_message_on_load.html
|
| @@ -4,7 +4,6 @@
|
| <html>
|
| <script>
|
| window.onload = function() {
|
| - window.domAutomationController.setAutomationId(0);
|
| window.domAutomationController.send(1);
|
| }
|
| </script>
|
|
|