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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceRequest.h

Issue 2389973004: reflow comments in platform/{network,peerconnection} (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/platform/network/ResourceRequest.h
diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h
index 8682a497ea5430af68372f09f248e4434df41c3a..ca2b755e72f6250c624862733c76118a0ae9bcb1 100644
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.h
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h
@@ -174,7 +174,8 @@ class PLATFORM_EXPORT ResourceRequest final {
m_reportUploadProgress = reportUploadProgress;
}
- // Whether actual headers being sent/received should be collected and reported for the request.
+ // Whether actual headers being sent/received should be collected and reported
+ // for the request.
bool reportRawHeaders() const { return m_reportRawHeaders; }
void setReportRawHeaders(bool reportRawHeaders) {
m_reportRawHeaders = reportRawHeaders;
@@ -309,8 +310,8 @@ class PLATFORM_EXPORT ResourceRequest final {
KURL m_url;
WebCachePolicy m_cachePolicy;
- double
- m_timeoutInterval; // 0 is a magic value for platform default on platforms that have one.
+ double m_timeoutInterval; // 0 is a magic value for platform default on
+ // platforms that have one.
KURL m_firstPartyForCookies;
RefPtr<SecurityOrigin> m_requestorOrigin;
AtomicString m_httpMethod;

Powered by Google App Engine
This is Rietveld 408576698