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

Unified Diff: content/public/child/child_thread.h

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/child/child_thread.h
diff --git a/content/public/child/child_thread.h b/content/public/child/child_thread.h
index 575ee80807c953602613f52a0142e718880f41f0..950200bd57bdf51851a55eaec0d80410ea2ea052 100644
--- a/content/public/child/child_thread.h
+++ b/content/public/child/child_thread.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/logging.h"
+#include "base/memory/ref_counted.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
#include "ipc/ipc_sender.h"
@@ -17,6 +17,7 @@
#endif
namespace base {
+class SingleThreadTaskRunner;
struct UserMetricsAction;
}
@@ -73,6 +74,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Sender {
// Returns a connector that can be used to bind interfaces exposed by other
// services.
virtual service_manager::Connector* GetConnector() = 0;
+
+ virtual scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() = 0;
};
} // namespace content
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698