| 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 924265821a62d245b9455f9749693ad7b45f9604..b04ef201240ccfd5efbbd166f481a20b3d2adbb3 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(); }
|
| @@ -312,7 +307,6 @@ protected:
|
|
|
| ResourceRequest m_resourceRequest;
|
| ResourceRequest m_revalidatingRequest;
|
| - AtomicString m_accept;
|
| Member<ResourceLoader> m_loader;
|
| ResourceLoaderOptions m_options;
|
|
|
|
|