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

Unified Diff: chrome/browser/chrome_service_worker_browsertest.cc

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 | « no previous file | chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_service_worker_browsertest.cc
diff --git a/chrome/browser/chrome_service_worker_browsertest.cc b/chrome/browser/chrome_service_worker_browsertest.cc
index c79f5a6dc12b01796fe1f902abd09238f496ebc8..c32c0c7adfc7d048d777fbc58727a726a0e114bb 100644
--- a/chrome/browser/chrome_service_worker_browsertest.cc
+++ b/chrome/browser/chrome_service_worker_browsertest.cc
@@ -274,7 +274,6 @@ class ChromeServiceWorkerFetchTest : public ChromeServiceWorkerTest {
" issuedRequests.forEach(function(data) {"
" str += data + '\\n';"
" });"
- " window.domAutomationController.setAutomationId(0);"
" window.domAutomationController.send(str);"
"}"
"navigator.serviceWorker.addEventListener("
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698