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

Unified Diff: mojo/shell/shell_test_helper.h

Issue 420143003: mojo: shell::Context should outlive the shell MessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: mojo/shell/shell_test_helper.h
diff --git a/mojo/shell/shell_test_helper.h b/mojo/shell/shell_test_helper.h
index 6d8953c54c20f6fa560f624191e6e95a38dfa067..6818496a0821fd41ae1a4f9154e00b9c2ed785fe 100644
--- a/mojo/shell/shell_test_helper.h
+++ b/mojo/shell/shell_test_helper.h
@@ -40,6 +40,7 @@ class ShellTestHelper {
private:
scoped_ptr<Context> context_;
+ base::MessageLoop shell_loop_;
scoped_ptr<ServiceManager::TestAPI> test_api_;
DISALLOW_COPY_AND_ASSIGN(ShellTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698