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

Unified Diff: third_party/WebKit/public/platform/WebBlobRegistry.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/WebBlobRegistry.h
diff --git a/third_party/WebKit/public/platform/WebBlobRegistry.h b/third_party/WebKit/public/platform/WebBlobRegistry.h
index df461ff6602d97eea7167287a12f6af957b554b6..5edc1b6a68b7ee50e172ce50b63655ebbd8a2786 100644
--- a/third_party/WebKit/public/platform/WebBlobRegistry.h
+++ b/third_party/WebKit/public/platform/WebBlobRegistry.h
@@ -85,7 +85,8 @@ class WebBlobRegistry {
// TODO(dmurph): Deprecate and migrate to createBuilder
virtual void registerBlobData(const WebString& uuid, const WebBlobData&) {}
- // The blob is finalized (and sent to the browser) on calling build() on the Builder object.
+ // The blob is finalized (and sent to the browser) on calling build() on the
+ // Builder object.
virtual std::unique_ptr<Builder> createBuilder(
const WebString& uuid,
const WebString& contentType) = 0;
« no previous file with comments | « third_party/WebKit/public/platform/WebAudioSourceProviderClient.h ('k') | third_party/WebKit/public/platform/WebCachePolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698