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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.h

Issue 987693005: Get rid of ChannelInit::SetSingleProcessIOTaskRunner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 5 years, 9 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/test/render_thread_impl_browser_test_ipc_helper.h
diff --git a/content/test/render_thread_impl_browser_test_ipc_helper.h b/content/test/render_thread_impl_browser_test_ipc_helper.h
index b2eebd4d632e13e0873b96b95e88ea4d66d3165b..0d8673202a767c60d43da1c9fec87b09f398e861 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.h
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.h
@@ -33,6 +33,8 @@ class RenderThreadImplBrowserIPCTestHelper {
const std::string& GetChannelId() const { return channel_id_; }
+ scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() const;
+
private:
class DummyListener;
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | content/test/render_thread_impl_browser_test_ipc_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698