Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.

ObserverListThreadSafe::Notify is the 4th most called function in a
profile generated on my host. This is because all tasks posted from it
are stamped with this callsite, providing very little information.

This patch forces callers to pass in their own tracking data so that
the profile will differentiate between each observer list holder.

TBR=garykac@chromium.org,rdsmith@chromium.org,stuartmorgan@chromium.org,gbillock@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#315372}


CrOS-Libchrome-Original-Commit: 9a77a7236aeab865e82dcb0baef21ab6e039cd2b
7 files changed
tree: 3f088bfaa293abb3653806fb169a8370fa9a1eb9
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/