summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 20:04:36 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 20:04:36 +0000
commitd37225fe08bb63a70cc52bcfbbd845af5726c419 (patch)
tree406c5bdd2cf18c8a5a7351e79a4c1e7a379d98b5 /base/message_loop.h
parent604a7bee4d5ec7424ef71f094c2f4232f606b995 (diff)
downloadchromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.zip
chromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.tar.gz
chromium_src-d37225fe08bb63a70cc52bcfbbd845af5726c419.tar.bz2
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/message_loop.h')
-rw-r--r--base/message_loop.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/message_loop.h b/base/message_loop.h
index 81c1e52..85535b4 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -365,8 +365,6 @@ class MessageLoop {
//----------------------------------------------------------------------------
private:
- friend class TimerManager; // So it can call DidChangeNextTimerExpiry
-
struct ScopedStateSave {
explicit ScopedStateSave(MessageLoop* loop)
: loop_(loop),
@@ -575,9 +573,6 @@ class MessageLoop {
// Post a task to our incomming queue.
void PostTaskInternal(Task* task);
- // Called by the TimerManager when its next timer changes.
- void DidChangeNextTimerExpiry();
-
// Start recording histogram info about events and action IF it was enabled
// and IF the statistics recorder can accept a registration of our histogram.
void StartHistogrammer();