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

Unified Diff: services/test_service/test_service_application.h

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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
Index: services/test_service/test_service_application.h
diff --git a/services/test_service/test_service_application.h b/services/test_service/test_service_application.h
index 625e4bbde57fad9153c7da7c5667c80470a48745..277fa0cca980986727905666f6c755c7057ad560 100644
--- a/services/test_service/test_service_application.h
+++ b/services/test_service/test_service_application.h
@@ -23,7 +23,8 @@ class TestServiceApplication : public ApplicationDelegate {
void Initialize(ApplicationImpl* app) override;
// ApplicationDelegate implementation.
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(
+ ServiceProviderImpl* service_provider_impl) override;
void AddRef();
void ReleaseRef();
« no previous file with comments | « services/test_service/test_request_tracker_application.cc ('k') | services/test_service/test_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698