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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.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
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h
index c62f02c1ea3acb8200999d707f19fc74b0201fb4..7e5c111bc2c6568738139fbecb81212f8993b6ed 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h
@@ -36,9 +36,9 @@ namespace blink {
class WebDataSource;
class WebURLRequest;
-// This interface is implemented by the client and is only called on the main thread.
-// Used by ServiceWorker and SharedWorker. isControlledByServiceWorker() and
-// serviceWorkerID() are to be implemented only by SharedWorker's provider,
+// This interface is implemented by the client and is only called on the main
+// thread. Used by ServiceWorker and SharedWorker. isControlledByServiceWorker()
+// and serviceWorkerID() are to be implemented only by SharedWorker's provider,
// as they are needed only for controllee workers.
class WebServiceWorkerNetworkProvider {
public:
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698