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 b80847b255d82a8424629bd70240be39f5401bfa..ce32b01a2a0c0d8cff144890a98f307d171a92f1 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. |