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

Unified Diff: content/child/blob_storage/webblobregistry_impl.h

Issue 1414123002: [BlobAsync] Renderer support for blob file writing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-hookup
Patch Set: and one more rebase error :/ Created 4 years, 7 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: content/child/blob_storage/webblobregistry_impl.h
diff --git a/content/child/blob_storage/webblobregistry_impl.h b/content/child/blob_storage/webblobregistry_impl.h
index 474e9b8305581390566e9f22b0a3001cd59a30ad..601fded9dc33ddaf8437e90de623c05b194704ab 100644
--- a/content/child/blob_storage/webblobregistry_impl.h
+++ b/content/child/blob_storage/webblobregistry_impl.h
@@ -92,7 +92,7 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry {
private:
const std::string uuid_;
const std::string content_type_;
- std::unique_ptr<BlobConsolidation> consolidation_;
+ scoped_refptr<BlobConsolidation> consolidation_;
scoped_refptr<ThreadSafeSender> sender_;
scoped_refptr<base::SingleThreadTaskRunner> io_runner_;
scoped_refptr<base::SingleThreadTaskRunner> main_runner_;
« no previous file with comments | « content/child/blob_storage/blob_transport_controller_unittest.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698