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

Unified Diff: content/browser/byte_stream.h

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « content/browser/browser_thread_unittest.cc ('k') | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/byte_stream.h
diff --git a/content/browser/byte_stream.h b/content/browser/byte_stream.h
index 1a86c72374c1b431cf425b675f226b8b855aea88..91152df3106d4bd13c7b24ec952927db62c5ce02 100644
--- a/content/browser/byte_stream.h
+++ b/content/browser/byte_stream.h
@@ -66,8 +66,8 @@ namespace content {
// std::unique_ptr<ByteStreamWriter> writer;
// std::unique_ptr<ByteStreamReader> reader;
// CreateByteStream(
-// BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
-// BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
+// BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
+// BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE),
// kStreamBufferSize /* e.g. 10240. */,
// &writer,
// &reader); // Presumed passed to FILE thread for reading.
« no previous file with comments | « content/browser/browser_thread_unittest.cc ('k') | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698