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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.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/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 7730b187fd0746a3542bd6ebd0be243619c61dfb..e413cfed6ba3ee2604f632ad78dc38f26b3e1f40 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -121,7 +121,8 @@ class WebURLResponse {
// All strings are human-readable values.
WebString protocol;
WebString keyExchange;
- // keyExchangeGroup is the empty string if not applicable for the connection's key exchange.
+ // keyExchangeGroup is the empty string if not applicable for the
+ // connection's key exchange.
WebString keyExchangeGroup;
WebString cipher;
// mac is the empty string when the connection cipher suite does not
@@ -227,8 +228,8 @@ class WebURLResponse {
BLINK_PLATFORM_EXPORT bool wasFetchedViaSPDY() const;
BLINK_PLATFORM_EXPORT void setWasFetchedViaSPDY(bool);
- // Flag whether this request was loaded after the TLS/Next-Protocol-Negotiation was used.
- // This is related to SPDY.
+ // Flag whether this request was loaded after the
+ // TLS/Next-Protocol-Negotiation was used. This is related to SPDY.
BLINK_PLATFORM_EXPORT bool wasNpnNegotiated() const;
BLINK_PLATFORM_EXPORT void setWasNpnNegotiated(bool);
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/platform/WebViewScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698