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

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.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/WebSharedWorkerRepositoryClient.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
index d4f12acee63ac38c339f0afd69c7edeee58b1453..97a9897b3046c07eb41b600a39ef190a102caed0 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
@@ -44,7 +44,8 @@ class WebURL;
class WebSharedWorkerRepositoryClient {
public:
- // Unique identifier for the parent document of a worker (unique within a given process).
+ // Unique identifier for the parent document of a worker (unique within a
+ // given process).
typedef unsigned long long DocumentID;
// Creates a new shared worker connector. This may return null.
@@ -60,7 +61,8 @@ class WebSharedWorkerRepositoryClient {
return 0;
}
- // Invoked when a document has been detached. DocumentID can be re-used after documentDetached() is invoked.
+ // Invoked when a document has been detached. DocumentID can be re-used after
+ // documentDetached() is invoked.
virtual void documentDetached(DocumentID) {}
};

Powered by Google App Engine
This is Rietveld 408576698