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

Unified Diff: content/browser/service_worker/service_worker_browsertest.cc

Issue 332573006: terminatePausedTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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: content/browser/service_worker/service_worker_browsertest.cc
diff --git a/content/browser/service_worker/service_worker_browsertest.cc b/content/browser/service_worker/service_worker_browsertest.cc
index 6bd5562ebf646f445bb97f274ff4209ffb19b546..3ab7d691c712f1c0503be8c2b3c66c76d162469f 100644
--- a/content/browser/service_worker/service_worker_browsertest.cc
+++ b/content/browser/service_worker/service_worker_browsertest.cc
@@ -497,9 +497,8 @@ IN_PROC_BROWSER_TEST_F(EmbeddedWorkerBrowserTest, StartPaused_ThenResume) {
ASSERT_EQ(EmbeddedWorkerInstance::RUNNING, last_worker_status_);
}
-// TODO(michaeln): Enable after the blink side is fixed.
IN_PROC_BROWSER_TEST_F(EmbeddedWorkerBrowserTest,
- DISABLED_StartPaused_ThenStop) {
+ StartPaused_ThenStop) {
pause_mode_ = PAUSE_THEN_STOP;
base::RunLoop start_run_loop;
done_closure_ = start_run_loop.QuitClosure();
« 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