From 780702c2aac603a5ca09c22e34d3f913a375627d Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Thu, 5 May 2011 02:22:11 +0000 Subject: Add one-time randomization support for FieldTrial, and the ability to disable field trials. I am going to have a need for both soon. Cleaning up some comments about empty trial names, adding static method TrialExists() and simplifying many call sites by using this method. While I'm in there and needing base/OWNERS approval, add an OWNERS file for base/metrics that adds jar@chromium.org as an owner for that directory. BUG=none TEST=base_unittests TBR=jam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84197 0039d316-1c4b-4281-b951-d872f2087c98 --- base/metrics/OWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 base/metrics/OWNERS (limited to 'base/metrics/OWNERS') diff --git a/base/metrics/OWNERS b/base/metrics/OWNERS new file mode 100644 index 0000000..844a032 --- /dev/null +++ b/base/metrics/OWNERS @@ -0,0 +1 @@ +jar@chromium.org -- cgit v1.1