summaryrefslogtreecommitdiffstats
path: root/base/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/thread.h')
-rw-r--r--base/thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/thread.h b/base/thread.h
index d1aae0e..36daa7f 100644
--- a/base/thread.h
+++ b/base/thread.h
@@ -114,6 +114,9 @@ class Thread : PlatformThread::Delegate {
// Called just prior to starting the message loop
virtual void Init() {}
+ // Called to start the message loop
+ virtual void Run(MessageLoop* message_loop);
+
// Called just after the message loop ends
virtual void CleanUp() {}