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

Unified Diff: shell/authenticating_url_loader_loader.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.h ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/authenticating_url_loader_loader.cc
diff --git a/shell/authenticating_url_loader_loader.cc b/shell/authenticating_url_loader_loader.cc
deleted file mode 100644
index 5a2ae4596e668f75665468df38db9b50ad6d42a4..0000000000000000000000000000000000000000
--- a/shell/authenticating_url_loader_loader.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/logging.h"
-#include "shell/authenticating_url_loader_loader.h"
-
-namespace shell {
-
-AuthenticatingURLLoaderLoader::AuthenticatingURLLoaderLoader() {
-}
-
-AuthenticatingURLLoaderLoader::~AuthenticatingURLLoaderLoader() {
-}
-
-void AuthenticatingURLLoaderLoader::Load(
- const GURL& url,
- mojo::InterfaceRequest<mojo::Application> application_request) {
- DCHECK(application_request.is_pending());
- application_.reset(new mojo::ApplicationImpl(&authenticating_url_loader_,
- application_request.Pass()));
-}
-
-} // namespace shell
« no previous file with comments | « shell/authenticating_url_loader_loader.h ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698