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

Unified Diff: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h

Issue 1981513002: ApplicationConnection devolution, part 2.2. (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
« no previous file with comments | « no previous file | services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10050fb8a8b326f8b7d24e7699acb268dcdd86a1..5a71455da60b0a352ca80a2a84d3ced47c907533 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
@@ -8,15 +8,12 @@
#include "base/macros.h"
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_delegate.h"
-#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom.h"
#include "services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h"
namespace mojo {
-class AuthenticatingURLLoaderInterceptorApp
- : public ApplicationDelegate,
- public InterfaceFactory<AuthenticatingURLLoaderInterceptorMetaFactory> {
+class AuthenticatingURLLoaderInterceptorApp : public ApplicationDelegate {
public:
AuthenticatingURLLoaderInterceptorApp();
~AuthenticatingURLLoaderInterceptorApp() override;
@@ -26,11 +23,6 @@ class AuthenticatingURLLoaderInterceptorApp
void Initialize(ApplicationImpl* app) override;
bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
- // InterfaceFactory<AuthenticatingURLLoaderInterceptorMetaFactory>
- void Create(const ConnectionContext& connection_context,
- InterfaceRequest<AuthenticatingURLLoaderInterceptorMetaFactory>
- request) override;
-
ApplicationImpl* app_;
// Cache received tokens per origin of the connecting app and origin of the
// loaded URL so that once a token has been requested it is not necessary to
« no previous file with comments | « no previous file | services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698