| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index e9883a2d747c597386cba3e0d7b9544634f875ae..a7e2cd2f2565f7f504b80f0de81c1d219a6d3d93 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -95,6 +95,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| void RecordComputedAction(const std::string& action) override;
|
| ServiceManagerConnection* GetServiceManagerConnection() override;
|
| service_manager::Connector* GetConnector() override;
|
| + scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() override;
|
|
|
| IPC::SyncChannel* channel() { return channel_.get(); }
|
|
|
| @@ -192,7 +193,6 @@ class CONTENT_EXPORT ChildThreadImpl
|
| void OnChannelError() override;
|
|
|
| bool IsInBrowserProcess() const;
|
| - scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner();
|
|
|
| private:
|
| class ChildThreadMessageRouter : public IPC::MessageRouter {
|
|
|