Index: third_party/WebKit/Source/core/fetch/Resource.h |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h |
index 121252fe4622c4e18f37afe47b0e5b861adbfaf6..041c7901c321b12107912a195a3ecfbc82c0f840 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.h |
+++ b/third_party/WebKit/Source/core/fetch/Resource.h |
@@ -193,11 +193,6 @@ public: |
String reasonNotDeletable() const; |
- // List of acceptable MIME types separated by ",". |
- // A MIME type may contain a wildcard, e.g. "text/*". |
- AtomicString accept() const { return m_accept; } |
- void setAccept(const AtomicString& accept) { m_accept = accept; } |
- |
AtomicString httpContentType() const; |
bool wasCanceled() const { return m_error.isCancellation(); } |
@@ -298,7 +293,6 @@ protected: |
ResourceRequest m_resourceRequest; |
ResourceRequest m_revalidatingRequest; |
- AtomicString m_accept; |
Member<ResourceLoader> m_loader; |
ResourceLoaderOptions m_options; |