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

Unified Diff: components/variations/pref_names.cc

Issue 293623003: [Metrics] Move CachingPermutedEntropyProvider into the variations component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a newline Created 6 years, 7 months 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
« no previous file with comments | « components/variations/pref_names.h ('k') | components/variations/proto/permuted_entropy_cache.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/variations/pref_names.h ('k') | components/variations/proto/permuted_entropy_cache.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698