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

Unified Diff: ppapi/tests/test_case.html

Issue 2982483002: 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 | 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..0ddc34ee0f2f01983d755b38042f5695fc331a89 100644
--- a/ppapi/tests/test_case.html
+++ b/ppapi/tests/test_case.html
@@ -169,7 +169,6 @@ function RemovePluginWhenFinished() {
function sendAutomationMessage(msg) {
if (window.domAutomationController) {
raymes 2017/07/11 23:55:36 nit: remove {}
Łukasz Anforowicz 2017/07/12 00:00:09 Done.
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send(msg);
}
}
« 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