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

Unified Diff: third_party/WebKit/Source/modules/websockets/WebSocketHandle.h

Issue 2392463004: reflow comments in modules/{webmidi,websocket} (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/Source/modules/websockets/WebSocketHandle.h
diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h b/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h
index fd7efd2e222202937797a9f6fee2f19ebfa88f7e..00f2eb67d69a79cbb00a11e9570880b93fddd434 100644
--- a/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h
+++ b/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h
@@ -42,11 +42,13 @@ class KURL;
class SecurityOrigin;
class WebSocketHandleClient;
-// WebSocketHandle is an interface class designed to be a handle of WebSocket connection.
-// WebSocketHandle will be used together with WebSocketHandleClient.
+// WebSocketHandle is an interface class designed to be a handle of WebSocket
+// connection. WebSocketHandle will be used together with
+// WebSocketHandleClient.
//
-// Once a WebSocketHandle is deleted there will be no notification to the corresponding WebSocketHandleClient.
-// Once a WebSocketHandleClient receives didClose, any method of the corresponding WebSocketHandle can't be called.
+// Once a WebSocketHandle is deleted there will be no notification to the
+// corresponding WebSocketHandleClient. Once a WebSocketHandleClient receives
+// didClose, any method of the corresponding WebSocketHandle can't be called.
class WebSocketHandle {
public:

Powered by Google App Engine
This is Rietveld 408576698