Don't use StaticMemorySingletonTraits for TraceLog.

Let's try this out as it's not clear to me that the extra complexity is needed. If code in the field is using this object at shutdown after the exit manager has destructed, then there'll be null dereferences now anyways. Also, we shouldn't have C++ static objects as they should all be using Singleton.

BUG=258047
R=nduca@chromium.org, scheib@chromium.org

Review URL: https://codereview.chromium.org/18338004

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


CrOS-Libchrome-Original-Commit: 896e797be630e63354c66edd2ee6575c70fcafbe
4 files changed
tree: 1baa131b0eb931532369034430363d35940dc702
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/