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

Unified Diff: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (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/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h
index ddd98bf9e6242932ab901582ace9d4d7066231e1..10050fb8a8b326f8b7d24e7699acb268dcdd86a1 100644
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h
@@ -27,7 +27,7 @@ class AuthenticatingURLLoaderInterceptorApp
bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
// InterfaceFactory<AuthenticatingURLLoaderInterceptorMetaFactory>
- void Create(ApplicationConnection* connection,
+ void Create(const ConnectionContext& connection_context,
InterfaceRequest<AuthenticatingURLLoaderInterceptorMetaFactory>
request) override;

Powered by Google App Engine
This is Rietveld 408576698