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

Unified Diff: content/common/in_process_child_thread_params.cc

Issue 2545523007: Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Created 4 years 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/common/in_process_child_thread_params.h ('k') | content/ppapi_plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/in_process_child_thread_params.cc
diff --git a/content/common/in_process_child_thread_params.cc b/content/common/in_process_child_thread_params.cc
index ccbeef1017b1e8099b0ffc1f33295e5431bfc6d2..02dc1b4dcd902c632225df0f7ee7aa302a02f34d 100644
--- a/content/common/in_process_child_thread_params.cc
+++ b/content/common/in_process_child_thread_params.cc
@@ -7,10 +7,9 @@
namespace content {
InProcessChildThreadParams::InProcessChildThreadParams(
- scoped_refptr<base::SingleThreadTaskRunner> io_runner,
+ scoped_refptr<base::SequencedTaskRunner> io_runner,
const std::string& service_request_token)
- : io_runner_(std::move(io_runner)),
- service_request_token_(service_request_token) {}
+ : io_runner_(io_runner), service_request_token_(service_request_token) {}
InProcessChildThreadParams::InProcessChildThreadParams(
const InProcessChildThreadParams& other) = default;
« no previous file with comments | « content/common/in_process_child_thread_params.h ('k') | content/ppapi_plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698