| 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 2ac16e512c8006d769bc261668630c60509d8025..e6a9a18bcbdb5ba8171cb35851f27e4d1c8d07a6 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -194,11 +194,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(); }
|
| @@ -313,7 +308,6 @@ protected:
|
|
|
| ResourceRequest m_resourceRequest;
|
| ResourceRequest m_revalidatingRequest;
|
| - AtomicString m_accept;
|
| PersistentWillBeMember<ResourceLoader> m_loader;
|
| ResourceLoaderOptions m_options;
|
|
|
|
|