Index: third_party/WebKit/Source/core/fetch/Resource.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp |
index 97ec43a817f8a4556697347fb6229b1ed4337b39..0f0e8c2aa476fae9a16f3db06a2a9283c160a9aa 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.cpp |
+++ b/third_party/WebKit/Source/core/fetch/Resource.cpp |
@@ -205,8 +205,6 @@ void Resource::load(ResourceFetcher* fetcher) |
m_status = Pending; |
ResourceRequest& request(m_revalidatingRequest.isNull() ? m_resourceRequest : m_revalidatingRequest); |
- if (!accept().isEmpty()) |
- request.setHTTPAccept(accept()); |
request.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); |
// FIXME: It's unfortunate that the cache layer and below get to know anything about fragment identifiers. |