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

Unified Diff: ppapi/tests/test_case.html

Issue 2982483002: Remove all calls to domAutomationController.setAutomationId. (Closed)
Patch Set: Removed unnecessary braces. 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698