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

Unified Diff: mojo/public/cpp/bindings/tests/report_bad_message_unittest.cc

Issue 2664483002: Support sync mojo IPCs to and from bindings running on a sequence.
Patch Set: Created 3 years, 11 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/public/cpp/bindings/tests/report_bad_message_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/report_bad_message_unittest.cc b/mojo/public/cpp/bindings/tests/report_bad_message_unittest.cc
index 1bf3f7a4b76be5b7f7699286e29864b61ae9f5ed..32357706619f0322e82f823b972ce7354a21c38d 100644
--- a/mojo/public/cpp/bindings/tests/report_bad_message_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/report_bad_message_unittest.cc
@@ -88,10 +88,10 @@ class ReportBadMessageTest : public testing::Test {
error_handler_.Run();
}
+ base::MessageLoop message_loop;
TestBadMessagesPtr proxy_;
TestBadMessagesImpl impl_;
base::Closure error_handler_;
- base::MessageLoop message_loop;
};
TEST_F(ReportBadMessageTest, Request) {
« no previous file with comments | « mojo/public/cpp/bindings/tests/multiplex_router_unittest.cc ('k') | mojo/public/cpp/bindings/tests/sync_method_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698