Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h

Issue 2387983002: Worker: Reflow comments in worker components (Closed)
Patch Set: manually tweak Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698