Use subtle::NoBarrier* statements for Histogram flags_ field.

This is similar to this CL which provided the same treatment to
some of the other histogram internal fields:
https://codereview.chromium.org/116983004

This field can be accessed from multiple threads which causes
TSAN to report data races. Using NoBarrier instructions makes
this intention explicit and silences the TSAN errors.

Here's some context for the data race and why it's harmless:
https://code.google.com/p/chromium/issues/detail?id=535359#c14

BUG=535359

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

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


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