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

Unified Diff: third_party/WebKit/public/platform/WebFileWriterClient.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/WebFileWriterClient.h
diff --git a/third_party/WebKit/public/platform/WebFileWriterClient.h b/third_party/WebKit/public/platform/WebFileWriterClient.h
index e0438fbf819bf92a1e1447f08c1221364fbf49cf..e21f8046f49085cdbedbfc33b70fb3ba7cb35929 100644
--- a/third_party/WebKit/public/platform/WebFileWriterClient.h
+++ b/third_party/WebKit/public/platform/WebFileWriterClient.h
@@ -45,7 +45,9 @@ class WebFileWriterClient {
// Called once when the truncate completes successfully.
virtual void didTruncate() = 0;
- // Called if the write or truncate fails, or if it is cancelled before the write or truncate completes. Completion of an operation will be signalled exactly once, either by didFail, didTruncate, or didWrite(..., true).
+ // Called if the write or truncate fails, or if it is cancelled before the
+ // write or truncate completes. Completion of an operation will be signalled
+ // exactly once, either by didFail, didTruncate, or didWrite(..., true).
virtual void didFail(WebFileError) = 0;
protected:
« no previous file with comments | « third_party/WebKit/public/platform/WebFileWriter.h ('k') | third_party/WebKit/public/platform/WebFrameScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698