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

Unified Diff: third_party/WebKit/public/web/WebSharedWorkerCreationContextType.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/WebSharedWorkerCreationContextType.h
diff --git a/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h b/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
index 7d0077e6c6521e84b229f11ecc1a8ecfbe64b002..99e53868ccbaa6ccb3410541feb48d1e3c628b0a 100644
--- a/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
+++ b/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
@@ -9,7 +9,8 @@
namespace blink {
-// Describes the type of context (secure or non-secure) that created a SharedWorker.
+// Describes the type of context (secure or non-secure) that created a
+// SharedWorker.
enum WebSharedWorkerCreationContextType {
// The shared worker was created from a nonsecure context.
WebSharedWorkerCreationContextTypeNonsecure = 0,

Powered by Google App Engine
This is Rietveld 408576698