| 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 d6fb85193f76aa55e2f2309b4bac9f0eb5681142..e2638a62e7799ecb401108bfd346a960f1394d0e 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;
|
|
|
|
|