| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h
|
| index abd857c5ddf9516f97083f3cc3b28100a1e5c965..ff361bb80909c063efe7fc9f21150c195349f81b 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h
|
| @@ -15,9 +15,10 @@
|
|
|
| namespace blink {
|
|
|
| -// The Service Worker Cache API. The embedder provides the implementation of the Cache to Blink. Blink uses the interface
|
| -// to operate on entries.
|
| -// This object is owned by Blink, and should be destroyed as each Cache instance is no longer in use.
|
| +// The Service Worker Cache API. The embedder provides the implementation of the
|
| +// Cache to Blink. Blink uses the interface to operate on entries. This object
|
| +// is owned by Blink, and should be destroyed as each Cache instance is no
|
| +// longer in use.
|
| class WebServiceWorkerCache {
|
| public:
|
| using CacheMatchCallbacks =
|
| @@ -61,8 +62,9 @@ class WebServiceWorkerCache {
|
|
|
| WebServiceWorkerCache() {}
|
|
|
| - // Ownership of the Cache*Callbacks methods passes to the WebServiceWorkerCache instance, which will delete it after
|
| - // calling onSuccess or onFailure.
|
| + // Ownership of the Cache*Callbacks methods passes to the
|
| + // WebServiceWorkerCache instance, which will delete it after calling
|
| + // onSuccess or onFailure.
|
| virtual void dispatchMatch(CacheMatchCallbacks*,
|
| const WebServiceWorkerRequest&,
|
| const QueryParams&) = 0;
|
|
|