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

Unified Diff: content/child/child_thread_impl.h

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: remove a header Created 3 years, 7 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/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 9a4014549bc88ff05171cc8938bf68701d431c42..36556ec4183abaaa1497378a7fced835cbec5fe9 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -93,6 +93,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(); }
@@ -190,7 +191,6 @@ class CONTENT_EXPORT ChildThreadImpl
void OnChannelError() override;
bool IsInBrowserProcess() const;
- scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner();
private:
class ChildThreadMessageRouter : public IPC::MessageRouter {

Powered by Google App Engine
This is Rietveld 408576698