summaryrefslogtreecommitdiffstats
path: root/components/variations/pref_names.cc
blob: 747bd54dfbc3616b54ef883c16e9ac3bc2a52aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/variations/pref_names.h"

namespace metrics {
namespace prefs {

// A serialized PermutedEntropyCache protobuf, used as a cache to avoid
// recomputing permutations.
const char kVariationsPermutedEntropyCache[] =
    "user_experience_metrics.permuted_entropy_cache";

}  // namespace prefs
}  // namespace metrics