diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 20:06:34 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 20:06:34 +0000 |
commit | 34960a545057de6f1a5c9fbb4d004a11dc6f7d2b (patch) | |
tree | f71c1e6743a4233c06dcd8ca36d48ac41428dd42 /base/thread.h | |
parent | 7debf7385682c5fcc4ab8e17b05148491944fb81 (diff) | |
download | chromium_src-34960a545057de6f1a5c9fbb4d004a11dc6f7d2b.zip chromium_src-34960a545057de6f1a5c9fbb4d004a11dc6f7d2b.tar.gz chromium_src-34960a545057de6f1a5c9fbb4d004a11dc6f7d2b.tar.bz2 |
Revert r25770 due to valgrind failures on Linux.
TEST=none.
BUG=none.
Review URL: http://codereview.chromium.org/199065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/thread.h')
-rw-r--r-- | base/thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/thread.h b/base/thread.h index 36daa7f..d1aae0e 100644 --- a/base/thread.h +++ b/base/thread.h @@ -114,9 +114,6 @@ 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() {} |