| Index: components/variations/variations_associated_data.cc
|
| ===================================================================
|
| --- components/variations/variations_associated_data.cc (revision 271296)
|
| +++ components/variations/variations_associated_data.cc (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <vector>
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "components/variations/metrics_util.h"
|
|
|
| namespace chrome_variations {
|
|
|
| @@ -173,14 +172,6 @@
|
|
|
| } // namespace
|
|
|
| -ActiveGroupId MakeActiveGroupId(const std::string& trial_name,
|
| - const std::string& group_name) {
|
| - ActiveGroupId id;
|
| - id.name = metrics::HashName(trial_name);
|
| - id.group = metrics::HashName(group_name);
|
| - return id;
|
| -}
|
| -
|
| void AssociateGoogleVariationID(IDCollectionKey key,
|
| const std::string& trial_name,
|
| const std::string& group_name,
|
|
|