| Index: third_party/WebKit/Source/core/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| index 1fd7c66797641cae880c29c22ad19b91c725cbfa..95f8bb317e72af1230fc1967da5c69c528c3519a 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -111,7 +111,8 @@ class CORE_EXPORT FetchContext
|
| bool isInternalRequest);
|
|
|
| virtual bool shouldLoadNewResource(Resource::Type) const { return false; }
|
| - // Called when a resource load is first requested, which may not be when the load actually begins.
|
| + // Called when a resource load is first requested, which may not be when the
|
| + // load actually begins.
|
| virtual void willStartLoadingResource(unsigned long identifier,
|
| ResourceRequest&,
|
| Resource::Type);
|
|
|