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

Unified Diff: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc

Issue 1995573002: Build authenticating_url_loader_interceptor library. (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.cc
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc
index ffa7d0967c67da558ae7830019a996329abc83c8..e936ae5e58d6839256395ee5f57cbe06ccb48a69 100644
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc
@@ -4,8 +4,6 @@
#include "services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h"
-#include "mojo/application/application_runner_chromium.h"
-#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h"
@@ -40,9 +38,3 @@ bool AuthenticatingURLLoaderInterceptorApp::ConfigureIncomingConnection(
}
} // namespace mojo
-
-MojoResult MojoMain(MojoHandle application_request) {
- mojo::ApplicationRunnerChromium runner(
- new mojo::AuthenticatingURLLoaderInterceptorApp);
- return runner.Run(application_request);
-}
« no previous file with comments | « services/authenticating_url_loader_interceptor/BUILD.gn ('k') | services/authenticating_url_loader_interceptor/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698