Index: mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom |
diff --git a/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom b/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom |
index 3d07fd3f40a47920ae6f438608e60fb45f745306..54d24c1757618658d0bc46717ebdffe634a0acdb 100644 |
--- a/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom |
+++ b/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom |
@@ -13,7 +13,5 @@ interface AuthenticatingURLLoaderInterceptorMetaFactory { |
// Creates a URLLoaderInterceptorFactory whose interceptors authenticate via |
// |authentication_service|. If the connection to |authentication_service| is |
// lost, the loaders will fail any requests that require authentication. |
- CreateURLLoaderInterceptorFactory( |
- URLLoaderInterceptorFactory& factory_request, |
- authentication.AuthenticationService authentication_service); |
+ CreateURLLoaderInterceptorFactory(URLLoaderInterceptorFactory& factory_request, authentication.AuthenticationService authentication_service); |
}; |