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

Unified Diff: third_party/WebKit/public/platform/WebMessagePortChannel.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/platform/WebMessagePortChannel.h
diff --git a/third_party/WebKit/public/platform/WebMessagePortChannel.h b/third_party/WebKit/public/platform/WebMessagePortChannel.h
index 852015fb54ab667e87385e9d4339a2952e334f89..0739fbf0a02b8d2b8a74d9b443aa03891c6e0795 100644
--- a/third_party/WebKit/public/platform/WebMessagePortChannel.h
+++ b/third_party/WebKit/public/platform/WebMessagePortChannel.h
@@ -45,8 +45,9 @@ class WebString;
typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray;
-// Provides an interface to a Message Port Channel implementation. The object owns itself and
-// is signalled that its not needed anymore with the destroy() call.
+// Provides an interface to a Message Port Channel implementation. The object
+// owns itself and is signalled that its not needed anymore with the destroy()
+// call.
class WebMessagePortChannel {
public:
virtual void setClient(WebMessagePortChannelClient*) = 0;
« no previous file with comments | « third_party/WebKit/public/platform/WebMediaStreamTrack.h ('k') | third_party/WebKit/public/platform/WebPrerender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698