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

Unified Diff: content/child/webblobregistry_impl.h

Issue 1853333003: [BlobAsync] Faster shortcuttin, make renderer controller leaky & alive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 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/webblobregistry_impl.h
diff --git a/content/child/webblobregistry_impl.h b/content/child/webblobregistry_impl.h
index 3f590ad2cb937e1d3bdaff96665e6e22fcb638af..ff41460854643412026ff4acab2950a75a5c8b27 100644
--- a/content/child/webblobregistry_impl.h
+++ b/content/child/webblobregistry_impl.h
@@ -98,13 +98,6 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry {
scoped_refptr<base::SingleThreadTaskRunner> main_runner_;
};
- // Method called on the IO thread.
- static void StartBlobAsyncConstruction(
- const std::string& uuid,
- std::unique_ptr<BlobConsolidation> consolidation,
- scoped_refptr<ThreadSafeSender> sender,
- scoped_refptr<base::SingleThreadTaskRunner> main_runner);
-
scoped_refptr<base::SingleThreadTaskRunner> io_runner_;
scoped_refptr<base::SingleThreadTaskRunner> main_runner_;
scoped_refptr<ThreadSafeSender> sender_;

Powered by Google App Engine
This is Rietveld 408576698