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

Unified Diff: third_party/WebKit/public/platform/WebURLLoaderClient.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/WebURLLoaderClient.h
diff --git a/third_party/WebKit/public/platform/WebURLLoaderClient.h b/third_party/WebKit/public/platform/WebURLLoaderClient.h
index a6882a463e8d3e4027f202494d94f573b2c91dc4..9988c829753951a3aa22b062b7b64e8ab0742f2c 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderClient.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderClient.h
@@ -92,7 +92,8 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderClient {
int encodedDataLength,
int encodedBodyLength) {}
- // Called when a chunk of renderer-generated metadata is received from the cache.
+ // Called when a chunk of renderer-generated metadata is received from the
+ // cache.
virtual void didReceiveCachedMetadata(WebURLLoader*,
const char* data,
int dataLength) {}
@@ -106,7 +107,8 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderClient {
// Called when the load completes with an error.
virtual void didFail(WebURLLoader*, const WebURLError&) {}
- // Value passed to didFinishLoading when total encoded data length isn't known.
+ // Value passed to didFinishLoading when total encoded data length isn't
+ // known.
static const int64_t kUnknownEncodedDataLength = -1;
protected:
« no previous file with comments | « third_party/WebKit/public/platform/WebThreadSafeData.h ('k') | third_party/WebKit/public/platform/WebURLLoaderMockFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698