Index: base/metrics/field_trial.h |
diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h |
index 0c244bbbfd099deefb77e38ef92d28fe93f2c752..e7a450660b7b6927650def27e9c9e069b3675080 100644 |
--- a/base/metrics/field_trial.h |
+++ b/base/metrics/field_trial.h |
@@ -184,9 +184,6 @@ class BASE_EXPORT FieldTrial : public RefCounted<FieldTrial> { |
// Returns the group_name. A winner need not have been chosen. |
std::string group_name_internal() const { return group_name_; } |
- // Get build time. |
- static Time GetBuildTime(); |
- |
// Calculates a uniformly-distributed double between [0.0, 1.0) given |
// a |client_id| and a |trial_name| (the latter is used as salt to avoid |
// separate one-time randomized trials from all having the same results). |