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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.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/web/modules/serviceworker/WebServiceWorkerContextClient.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
index 3020d87b859966717249f0454f718f605c614516..081cc9abb06213824fec7927b240b966e5615786 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
@@ -63,7 +63,8 @@ class WebServiceWorkerContextClient {
// the |scope| attribute of the ServiceWorkerGlobalScope. Immutable per spec.
virtual WebURL scope() const { return WebURL(); }
- // ServiceWorker has prepared everything for script loading and is now ready for inspection.
+ // ServiceWorker has prepared everything for script loading and is now ready
+ // for inspection.
virtual void workerReadyForInspection() {}
// The worker script is successfully loaded and a new thread is about to

Powered by Google App Engine
This is Rietveld 408576698