Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: base/metrics/field_trial.h

Issue 8510027: base: export GetBuildTime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698