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

Unified Diff: chrome/test/data/nacl/nonsfi/libc_free.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
« no previous file with comments | « chrome/test/data/nacl/load_util.js ('k') | chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nonsfi/libc_free.html
diff --git a/chrome/test/data/nacl/nonsfi/libc_free.html b/chrome/test/data/nacl/nonsfi/libc_free.html
index e6ad59d5e6baf66f8622075c37fa7e3de3445499..5429ed6e0e8109ad0cb4a725223ca1824cdaecd5 100644
--- a/chrome/test/data/nacl/nonsfi/libc_free.html
+++ b/chrome/test/data/nacl/nonsfi/libc_free.html
@@ -17,10 +17,7 @@ done. -->
<script>
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);
}
function create(manifest_url) {
« no previous file with comments | « chrome/test/data/nacl/load_util.js ('k') | chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698