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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.h

Issue 2396573002: reflow comments in modules/[presentation,storage] (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/presentation/PresentationConnection.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
index c71720ffe27fd83264891c235dca25195ab13e8c..323c6a38f42c7c8e9b28cb3241ff5f630d0f2e07 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
@@ -73,7 +73,8 @@ class PresentationConnection final : public EventTargetWithInlineData,
DEFINE_ATTRIBUTE_EVENT_LISTENER(close);
DEFINE_ATTRIBUTE_EVENT_LISTENER(terminate);
- // Returns true if and only if the WebPresentationConnectionClient represents this connection.
+ // Returns true if and only if the WebPresentationConnectionClient represents
+ // this connection.
bool matches(WebPresentationConnectionClient*) const;
// Notifies the connection about its state change.

Powered by Google App Engine
This is Rietveld 408576698