Fix race conditions where an object's constructor uses PostTask on itself.  This isn't safe since the posted task can execute before the constructor returns, leading to destruction of the object.

BUG=27944
Review URL: http://codereview.chromium.org/399016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32213 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 0c03b435f8457e8601c80f44a69a56d9f96a274a
1 file changed
tree: 4b475fb116265dd366b43658e319af0fd2813d8a
  1. base/
  2. build/
  3. ipc/
  4. testing/