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

Unified Diff: third_party/WebKit/public/web/WebSharedWorker.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: 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/WebSharedWorker.h
diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
index 7382f08ad91e415ef4a3bedfc1ac992356deec41..115ac233ac199fe941771d04d865b29706d20985 100644
--- a/third_party/WebKit/public/web/WebSharedWorker.h
+++ b/third_party/WebKit/public/web/WebSharedWorker.h
@@ -59,7 +59,8 @@ class WebSharedWorker {
// Sends a connect event to the SharedWorker context.
virtual void connect(WebMessagePortChannel*) = 0;
- // Invoked to shutdown the worker when there are no more associated documents. This eventually deletes this instance.
+ // Invoked to shutdown the worker when there are no more associated documents.
+ // This eventually deletes this instance.
virtual void terminateWorkerContext() = 0;
virtual void pauseWorkerContextOnStart() = 0;
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.h ('k') | third_party/WebKit/public/web/WebSharedWorkerConnector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698