1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h"
7 #include "base/command_line.h"
8 #include "content/shell/common/shell_switches.h"
12 LayoutTestResourceDispatcherHostDelegate::
13 LayoutTestResourceDispatcherHostDelegate() {
16 LayoutTestResourceDispatcherHostDelegate::
17 ~LayoutTestResourceDispatcherHostDelegate() {
20 ResourceDispatcherHostLoginDelegate
*
21 LayoutTestResourceDispatcherHostDelegate::CreateLoginDelegate(
22 net::AuthChallengeInfo
* auth_info
, net::URLRequest
* request
) {
26 } // namespace content