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

Unified Diff: chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html

Issue 2978703002: Remove all calls to domAutomationController.setAutomationId. (Closed)
Patch Set: 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/nacl/pnacl_mime_type/pnacl_mime_type.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
diff --git a/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html b/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
index 6f186ec4779b6f0faed90d81405e8bc000ed231b..0420ab5b51e19b4981def8cd0876a9704f6c51d2 100644
--- a/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
+++ b/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
@@ -6,7 +6,6 @@ window.addEventListener('load', function() {
function init() {
var embed = document.createElement('embed');
embed.addEventListener('message', function(message) {
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send(message.data);
}, false);
embed.addEventListener('load', function() {
« no previous file with comments | « chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698