Index: content/child/child_process.h |
diff --git a/content/child/child_process.h b/content/child/child_process.h |
index a579aaf5e955aa0de732b004aa3507717a4ffff8..3b8c23b78fa685bac752f27d024270234f0af6a3 100644 |
--- a/content/child/child_process.h |
+++ b/content/child/child_process.h |
@@ -33,6 +33,7 @@ class CONTENT_EXPORT ChildProcess { |
// Child processes should have an object that derives from this class. |
// Normally you would immediately call set_main_thread after construction. |
ChildProcess(); |
+ explicit ChildProcess(base::ThreadPriority io_thread_priority); |
virtual ~ChildProcess(); |
// May be NULL if the main thread hasn't been set explicitly. |