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

Unified Diff: ppapi/tests/test_case.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: ppapi/tests/test_case.html
diff --git a/ppapi/tests/test_case.html b/ppapi/tests/test_case.html
index e28091e7db4ca31c38a451a44c83488ba696d4b9..374ada6fdc38bf865fa7e705099efc55d1eef39d 100644
--- a/ppapi/tests/test_case.html
+++ b/ppapi/tests/test_case.html
@@ -168,10 +168,8 @@ function RemovePluginWhenFinished() {
}
function sendAutomationMessage(msg) {
- if (window.domAutomationController) {
- window.domAutomationController.setAutomationId(0);
+ if (window.domAutomationController)
window.domAutomationController.send(msg);
- }
}
function LogTestTime(test_time) {
« no previous file with comments | « ppapi/native_client/tools/browser_tester/browserdata/nacltest.js ('k') | ui/webui/resources/js/webui_resource_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698