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

Unified Diff: chrome/test/data/chrome_extension_resource.html

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
Index: chrome/test/data/chrome_extension_resource.html
diff --git a/chrome/test/data/chrome_extension_resource.html b/chrome/test/data/chrome_extension_resource.html
index 859f55c5c35d4cb5e9b2e16ce46483150a434b8b..0ad2f86e62efccb472a4f7720e77dd9b78d32ed0 100644
--- a/chrome/test/data/chrome_extension_resource.html
+++ b/chrome/test/data/chrome_extension_resource.html
@@ -18,7 +18,6 @@ window.onload = function() {
document.getElementById('star').src =
window.URL.createObjectURL(this.response);
}
- domAutomationController.setAutomationId(0);
domAutomationController.send(xhr.status);
}
}
« no previous file with comments | « chrome/test/data/automation/sends_message_on_load.html ('k') | chrome/test/data/drag_and_drop/event_monitoring.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698