| Index: third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.h b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| index 35fc57556031f3c80b3e72f88efc5eecf5d60555..ea7a0daa991e2a065dde7ac1efe948048085e398 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| @@ -125,6 +125,11 @@ class CORE_EXPORT FetchRequest {
|
| m_options.parserDisposition = parserDisposition;
|
| }
|
|
|
| + void setCacheAwareLoadingEnabled(
|
| + CacheAwareLoadingEnabled cacheAwareLoadingEnabled) {
|
| + m_options.cacheAwareLoadingEnabled = cacheAwareLoadingEnabled;
|
| + }
|
| +
|
| void makeSynchronous();
|
|
|
| PlaceholderImageRequestType placeholderImageRequestType() const {
|
|
|