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

Unified Diff: shell/authenticating_url_loader_loader.h

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/application_manager/network_fetcher.cc ('k') | shell/authenticating_url_loader_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/authenticating_url_loader_loader.h
diff --git a/shell/authenticating_url_loader_loader.h b/shell/authenticating_url_loader_loader.h
deleted file mode 100644
index 979805dc7b5d518470302486992ddc78fba84df7..0000000000000000000000000000000000000000
--- a/shell/authenticating_url_loader_loader.h
+++ /dev/null
@@ -1,35 +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.
-
-#ifndef SHELL_AUTHENTICATING_URL_LOADER_LOADER_H_
-#define SHELL_AUTHENTICATING_URL_LOADER_LOADER_H_
-
-#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
-#include "mojo/public/cpp/application/application_impl.h"
-#include "services/authenticating_url_loader/authenticating_url_loader_app.h"
-#include "shell/application_manager/application_loader.h"
-
-namespace shell {
-
-class AuthenticatingURLLoaderLoader : public ApplicationLoader {
- public:
- AuthenticatingURLLoaderLoader();
- ~AuthenticatingURLLoaderLoader() override;
-
- private:
- // ApplicationLoader overrides:
- void Load(
- const GURL& url,
- mojo::InterfaceRequest<mojo::Application> application_request) override;
-
- mojo::AuthenticatingURLLoaderApp authenticating_url_loader_;
- scoped_ptr<mojo::ApplicationImpl> application_;
-
- DISALLOW_COPY_AND_ASSIGN(AuthenticatingURLLoaderLoader);
-};
-
-} // namespace shell
-
-#endif // SHELL_AUTHENTICATING_URL_LOADER_LOADER_H_
« no previous file with comments | « shell/application_manager/network_fetcher.cc ('k') | shell/authenticating_url_loader_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698