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

Unified Diff: shell/context.cc

Issue 1155283003: Change AuthenticatingURLLoader to be a URLLoaderInterceptor (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address review Created 5 years, 6 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 | « shell/authenticating_url_loader_loader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.cc
diff --git a/shell/context.cc b/shell/context.cc
index a926919d0f8482b8c18d291e22d177f90ed6781f..40abac585d478ba946c7a3814c78ffd2cdd4c944 100644
--- a/shell/context.cc
+++ b/shell/context.cc
@@ -31,7 +31,6 @@
#include "services/tracing/tracing.mojom.h"
#include "shell/application_manager/application_loader.h"
#include "shell/application_manager/application_manager.h"
-#include "shell/authenticating_url_loader_loader.h"
#include "shell/background_application_loader.h"
#include "shell/command_line_util.h"
#include "shell/filename_util.h"
@@ -279,12 +278,6 @@ bool Context::InitWithPaths(const base::FilePath& shell_child_path) {
"url_response_disk_cache", base::MessageLoop::TYPE_DEFAULT)),
GURL("mojo:url_response_disk_cache"));
- application_manager()->SetLoaderForURL(
- make_scoped_ptr(new BackgroundApplicationLoader(
- make_scoped_ptr(new AuthenticatingURLLoaderLoader()),
- "authenticating_url_loader", base::MessageLoop::TYPE_DEFAULT)),
- GURL("mojo:authenticating_url_loader"));
-
EnsureEmbedderIsInitialized();
task_runners_.reset(
new TaskRunners(base::MessageLoop::current()->message_loop_proxy()));
« no previous file with comments | « shell/authenticating_url_loader_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698