Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2014)

Unified Diff: chrome/test/data/local_ntp_browsertest.js

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/keyevents_test.html ('k') | chrome/test/data/nacl/load_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
}
}
« no previous file with comments | « chrome/test/data/keyevents_test.html ('k') | chrome/test/data/nacl/load_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698