summaryrefslogtreecommitdiffstats
path: root/base/thread.h
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:36:01 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:36:01 +0000
commitfc48aa2703cfc9e4dca98031671fd5e7af05d8b5 (patch)
tree6199f031875ef2c8270136d9493340b66ab62f12 /base/thread.h
parentc4b3858cc5dbae4bb28bf8c8a9bf9b7d0ca146d0 (diff)
downloadchromium_src-fc48aa2703cfc9e4dca98031671fd5e7af05d8b5.zip
chromium_src-fc48aa2703cfc9e4dca98031671fd5e7af05d8b5.tar.gz
chromium_src-fc48aa2703cfc9e4dca98031671fd5e7af05d8b5.tar.bz2
Enable database logging on history thread.
BUG=16591 TEST=History UI test Review URL: http://codereview.chromium.org/198011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25770 0039d316-1c4b-4281-b951-d872f2087c98
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() {}