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

Unified Diff: shell/shell_test_base.h

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/shell_test_base.h
diff --git a/shell/shell_test_base.h b/shell/shell_test_base.h
index 2679bb51fe7930d9f0b3638735b6ec188623956f..bfb320bae7b66218b34b2ad9b7e400c3e673097a 100644
--- a/shell/shell_test_base.h
+++ b/shell/shell_test_base.h
@@ -25,6 +25,7 @@ class ShellTestBase : public testing::Test {
~ShellTestBase() override;
void SetUp() override;
+ void TearDown() override;
// |application_url| should typically be a mojo: URL (the origin will be set
// to an "appropriate" file: URL).

Powered by Google App Engine
This is Rietveld 408576698