| Index: chrome/test/data/local_ntp_browsertest.js
|
| diff --git a/chrome/test/data/local_ntp_browsertest.js b/chrome/test/data/local_ntp_browsertest.js
|
| index f16fc95f3ebf68c612fd34b1f3241e30c2300c1f..ab4a97efb40fdda3c65e4c04f49d954c932ad024 100644
|
| --- a/chrome/test/data/local_ntp_browsertest.js
|
| +++ b/chrome/test/data/local_ntp_browsertest.js
|
| @@ -141,7 +141,6 @@ function testMostVisitedContents() {
|
|
|
| function handlePostMessage(event) {
|
| if (event.data.cmd == 'loaded') {
|
| - domAutomationController.setAutomationId(0);
|
| domAutomationController.send('loaded');
|
| }
|
| }
|
|
|