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

Unified Diff: base/metrics/field_trial.h

Issue 2546653002: Store and retrieve features from shared memory (Closed)
Patch Set: Created 4 years 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 eb89163675b5cb5d5ae4fd5d27b755c69c8ef903..aff46a65e2fc46bb8c2f40fffc0df23d6903a754 100644
--- a/base/metrics/field_trial.h
+++ b/base/metrics/field_trial.h
@@ -596,7 +596,7 @@ class BASE_EXPORT FieldTrialList {
// Adds the field trial to the allocator. Caller must hold a lock before
// calling this.
- static void AddToAllocatorWhileLocked(FieldTrial* field_trial);
+ static void AddTrialToAllocatorWhileLocked(FieldTrial* field_trial);
lawrencewu 2016/12/01 02:39:48 Let's rename this back to AddToAllocatorWhileLocke
lawrencewu 2016/12/01 18:47:11 Done.
// Activate the corresponding field trial entry struct in shared memory.
static void ActivateFieldTrialEntryWhileLocked(FieldTrial* field_trial);
« base/feature_list.cc ('K') | « base/feature_list.cc ('k') | base/metrics/field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698