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

Unified Diff: chrome/test/data/nacl/load_util.js

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 | « no previous file | chrome/test/data/nacl/nonsfi/libc_free.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/load_util.js
diff --git a/chrome/test/data/nacl/load_util.js b/chrome/test/data/nacl/load_util.js
index a133c5cfe71e8a808b754215f6207f74b545ff10..bdf5dd69921ada382cd5ef86b1862f6570540381 100644
--- a/chrome/test/data/nacl/load_util.js
+++ b/chrome/test/data/nacl/load_util.js
@@ -4,7 +4,6 @@
var load_util = {
report: function(msg) {
- domAutomationController.setAutomationId(0);
// The automation controller seems to choke on Objects, so turn them into
// strings.
domAutomationController.send(JSON.stringify(msg));
« no previous file with comments | « no previous file | chrome/test/data/nacl/nonsfi/libc_free.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698