Eliminate the TimerManager by pulling its priority queue into MessageLoop.  This CL also eliminates TaskBase by creating a simple PendingTask struct that is allocated inline within a std::queue used to implement the queues in the MessageLoop class.

R=jar

Review URL: http://codereview.chromium.org/483

git-svn-id: svn://svn.chromium.org/chrome/trunk@1825 0039d316-1c4b-4281-b951-d872f2087c98
10 files changed
tree: 05270d849f948d54752b628723b1bfda5ac2a33e
  1. depot_tools/
  2. deps/
  3. src/