| 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 f34672226467d25884d8dcd8d948fd09a3d2ccb5..7d6084cf14e8482cf76db25fd610698e16058007 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -312,8 +312,9 @@ protected:
|
| const HeapHashCountedSet<WeakMember<ResourceClient>>& clients() const { return m_clients; }
|
| DataBufferingPolicy dataBufferingPolicy() const { return m_options.dataBufferingPolicy; }
|
|
|
| - void setCachePolicyBypassingCache();
|
| - void setLoFiStateOff();
|
| + void setResourceRequest(const ResourceRequest&);
|
| +
|
| + void clearError() { m_error = ResourceError(); }
|
|
|
| SharedBuffer* data() const { return m_data.get(); }
|
| void clearData() { m_data.clear(); }
|
|
|