| 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 fb1f31fe4a687103d510adff2a989b614d419429..ce629a8de6598b5234709d3f7c65523394049f65 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -210,6 +210,8 @@ public:
|
| AtomicString accept() const { return m_accept; }
|
| void setAccept(const AtomicString& accept) { m_accept = accept; }
|
|
|
| + AtomicString httpContentType() const;
|
| +
|
| bool wasCanceled() const { return m_error.isCancellation(); }
|
| bool errorOccurred() const { return m_status == LoadError || m_status == DecodeError; }
|
| bool loadFailedOrCanceled() { return !m_error.isNull(); }
|
|
|