Refactor WebsiteSettings to operate on a SecurityInfo
[chromium-blink-merge.git] / content / shell / browser / layout_test / layout_test_resource_dispatcher_host_delegate.cc
blobc96b1273a9d24dfbedb6283afd50590f4b6a170b
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"
10 namespace content {
12 LayoutTestResourceDispatcherHostDelegate::
13 LayoutTestResourceDispatcherHostDelegate() {
16 LayoutTestResourceDispatcherHostDelegate::
17 ~LayoutTestResourceDispatcherHostDelegate() {
20 ResourceDispatcherHostLoginDelegate*
21 LayoutTestResourceDispatcherHostDelegate::CreateLoginDelegate(
22 net::AuthChallengeInfo* auth_info, net::URLRequest* request) {
23 return NULL;
26 } // namespace content