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

Unified Diff: base/metrics/field_trial.h

Issue 2024683002: Remove debug instrumentation for crbug.com/359406. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update render_messages macro Created 4 years, 7 months 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
« no previous file with comments | « no previous file | base/metrics/field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/field_trial.h
diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
index fc6237a51343ee7d7753727ef96ba4c96b5025d9..28a4606a88438d2d0c68687e24c34a14d3313fa7 100644
--- a/base/metrics/field_trial.h
+++ b/base/metrics/field_trial.h
@@ -347,20 +347,6 @@ class BASE_EXPORT FieldTrialList {
// Destructor Release()'s references to all registered FieldTrial instances.
~FieldTrialList();
- // TODO(asvitkine): Temporary function to diagnose http://crbug.com/359406.
- // Remove when that bug is fixed. This enables using a global map that checks
- // the state of field trials between possible FieldTrialList instances. If
- // enabled, a CHECK will be hit if it's seen that a field trial is given a
- // different state then what was specified to a renderer process launch
- // command line.
- static void EnableGlobalStateChecks();
-
- // TODO(asvitkine): Temporary function to diagnose http://crbug.com/359406.
- // Remove when that bug is fixed. This returns a unique token generated during
- // FieldTrialList construction. This is used to verify that this value stays
- // consistent between renderer process invocations.
- static int32_t GetDebugToken();
-
// Get a FieldTrial instance from the factory.
//
// |name| is used to register the instance with the FieldTrialList class,
« no previous file with comments | « no previous file | base/metrics/field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698