Index: components/variations/pref_names.cc |
diff --git a/components/variations/pref_names.cc b/components/variations/pref_names.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..747bd54dfbc3616b54ef883c16e9ac3bc2a52aca |
--- /dev/null |
+++ b/components/variations/pref_names.cc |
@@ -0,0 +1,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 |