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

Unified Diff: shell/in_process_dynamic_service_runner_unittest.cc

Issue 939353002: Fix mojo::shell::Context shutdown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: shell/in_process_dynamic_service_runner_unittest.cc
diff --git a/shell/in_process_dynamic_service_runner_unittest.cc b/shell/in_process_dynamic_service_runner_unittest.cc
index a2ff900575ff99340baee022589988c3cf18ff31..d0c81aedc285376c22124407052a2a680e3e079e 100644
--- a/shell/in_process_dynamic_service_runner_unittest.cc
+++ b/shell/in_process_dynamic_service_runner_unittest.cc
@@ -14,6 +14,7 @@ TEST(InProcessDynamicServiceRunnerTest, NotStarted) {
base::MessageLoop loop;
context.Init();
InProcessDynamicServiceRunner runner(&context);
+ context.Shutdown();
// Shouldn't crash or DCHECK on destruction.
}

Powered by Google App Engine
This is Rietveld 408576698