Chromium Code Reviews| Index: chrome/app/client_util.cc |
| diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc |
| index e8c0900abde0030287c93e5815251730be6bad67..96295dcdd39d7c59c7519898ba15c8067142c3a4 100644 |
| --- a/chrome/app/client_util.cc |
| +++ b/chrome/app/client_util.cc |
| @@ -76,7 +76,7 @@ void GetPreReadPopulationAndGroup(double* population, double* group) { |
| // By default we use the metrics id for the user as stable pseudo-random |
| // input to a hash. |
| std::string metrics_id; |
| - GoogleUpdateSettings::GetMetricsId(&metrics_id); |
| + GoogleUpdateSettings::RetrieveMetricsID(&metrics_id); |
|
Ilya Sherman
2014/07/08 03:21:38
Optional nit: IMO "Get" and "Retrieve" are synonym
gab
2014/07/08 18:42:22
Went with Load/Store as suggested by grt @ https:/
|
| // If this user has not metrics id, we fall back to a purely random value |
| // per browser session. |