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

Unified Diff: shell/native_application_loader_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/native_application_loader_unittest.cc
diff --git a/shell/native_application_loader_unittest.cc b/shell/native_application_loader_unittest.cc
index 473412a91e6c598fb5f8c9a3029cc7171dc57ff8..697f82853b881de8a1b0ff16265c261df4007754 100644
--- a/shell/native_application_loader_unittest.cc
+++ b/shell/native_application_loader_unittest.cc
@@ -70,6 +70,7 @@ class NativeApplicationLoaderTest : public testing::Test {
new TestDynamicServiceRunnerFactory(&state_));
loader_.reset(new NativeApplicationLoader(&context_, factory.Pass()));
}
+ void TearDown() override { context_.Shutdown(); }
protected:
Context context_;

Powered by Google App Engine
This is Rietveld 408576698