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

Unified Diff: third_party/WebKit/Source/web/WebPepperSocketImpl.h

Issue 2389633002: reflow comments in 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/Source/web/WebPepperSocketImpl.h
diff --git a/third_party/WebKit/Source/web/WebPepperSocketImpl.h b/third_party/WebKit/Source/web/WebPepperSocketImpl.h
index 8d7ece1a984487568b3db77210199bdbf5d46a49..1f8f390e66219443d5cdae09766d261a8616526e 100644
--- a/third_party/WebKit/Source/web/WebPepperSocketImpl.h
+++ b/third_party/WebKit/Source/web/WebPepperSocketImpl.h
@@ -66,7 +66,8 @@ class WebPepperSocketImpl final : public WebPepperSocket {
void fail(const WebString& reason) override;
void disconnect() override;
- // WebSocketChannelClient methods proxied by WebPepperSocketChannelClientProxy.
+ // WebSocketChannelClient methods proxied by
+ // WebPepperSocketChannelClientProxy.
void didConnect(const String& subprotocol, const String& extensions);
void didReceiveTextMessage(const String& payload);
void didReceiveBinaryMessage(std::unique_ptr<Vector<char>> payload);
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698