1 // Copyright (c) 2012 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 "webkit/child/resource_loader_bridge.h"
7 #include "net/http/http_response_headers.h"
8 #include "webkit/common/appcache/appcache_interfaces.h"
9 #include "webkit/common/resource_response_info.h"
11 namespace webkit_glue
{
13 ResourceLoaderBridge::RequestInfo::RequestInfo()
14 : referrer_policy(blink::WebReferrerPolicyDefault
),
17 request_type(ResourceType::MAIN_FRAME
),
22 download_to_file(false),
23 has_user_gesture(false),
27 ResourceLoaderBridge::RequestInfo::~RequestInfo() {}
29 ResourceLoaderBridge::SyncLoadResponse::SyncLoadResponse() {}
31 ResourceLoaderBridge::SyncLoadResponse::~SyncLoadResponse() {}
33 ResourceLoaderBridge::ResourceLoaderBridge() {}
35 ResourceLoaderBridge::~ResourceLoaderBridge() {}
37 } // namespace webkit_glue