| 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 03bdb79022eed771b760daa93bd19f99e8b31740..8cdaa7d4f56829beac06cfbe6e8622bddf9617a5 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(); }
|
|
|