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

Unified Diff: mojo/apps/js/test/js_to_cpp_unittest.cc

Issue 282823003: Mojo: cancel pending AsyncWait calls when the callers thread exits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: env first Created 6 years, 7 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 | mojo/common/handle_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/js_to_cpp_unittest.cc
diff --git a/mojo/apps/js/test/js_to_cpp_unittest.cc b/mojo/apps/js/test/js_to_cpp_unittest.cc
index 90a927554f95c2dd3e5bb9ca1958c3bb5c5214a4..d9e4cbdccf473237c5a9449ebcdef40cdc9e3a05 100644
--- a/mojo/apps/js/test/js_to_cpp_unittest.cc
+++ b/mojo/apps/js/test/js_to_cpp_unittest.cc
@@ -179,7 +179,6 @@ class CppSideConnection : public js_to_cpp::CppSide {
js_to_cpp::JsSide* js_side_;
private:
- Environment environment;
DISALLOW_COPY_AND_ASSIGN(CppSideConnection);
};
@@ -314,6 +313,7 @@ class JsToCppTest : public testing::Test {
}
private:
+ Environment environment;
base::MessageLoop loop;
base::RunLoop run_loop_;
« no previous file with comments | « no previous file | mojo/common/handle_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698