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

Unified Diff: components/resource_provider/resource_provider_test_app.cc

Issue 1819063002: Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and update resourceproviderunittest Created 4 years, 9 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: components/resource_provider/resource_provider_test_app.cc
diff --git a/components/resource_provider/resource_provider_test_app.cc b/components/resource_provider/resource_provider_test_app.cc
index ab0147f450c1b344b21ddc669dec6d4b4a44a609..2c7835233f85644d138173e4451719702e0cde6d 100644
--- a/components/resource_provider/resource_provider_test_app.cc
+++ b/components/resource_provider/resource_provider_test_app.cc
@@ -99,9 +99,6 @@ class TestApp : public mojo::ShellClient,
connection->AddInterface<mojom::Test>(this);
return true;
}
- void ShellConnectionLost() override {
- base::MessageLoop::current()->QuitWhenIdle();
- }
// InterfaceFactory<mojom::Test>:
void Create(mojo::Connection* connection,
« no previous file with comments | « components/resource_provider/resource_provider_app.cc ('k') | content/common/mojo/mojo_shell_connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698