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

Unified Diff: chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.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/nacl/pnacl_mime_type/pnacl_mime_type.html
diff --git a/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html b/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
index 41a924bd563f63004221db39be820124d2391630..9388d367bcc9c9732c2309cc34ecbeb5ae603e14 100644
--- a/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
+++ b/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
@@ -15,10 +15,7 @@
<script type="text/javascript">
//<![CDATA[
function report(msg) {
- domAutomationController.setAutomationId(0);
- // The automation controller seems to choke on Objects, so turn them into
- // strings.
- domAutomationController.send(JSON.stringify(msg));
+ domAutomationController.send(msg);
}
var tests = 0;
« no previous file with comments | « chrome/test/data/nacl/nonsfi/libc_free.html ('k') | chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698