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

Unified Diff: components/variations/pref_names.cc

Issue 2919223002: [Cleanup] Remove the obsolete variations_seed pref. (Closed)
Patch Set: Fix the test Created 3 years, 6 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
Index: components/variations/pref_names.cc
diff --git a/components/variations/pref_names.cc b/components/variations/pref_names.cc
index 8bd52ce045a2576ec8cdd176bec954d4fc183899..52d187f3d9a74c0b27d6e65901b698e7926531c3 100644
--- a/components/variations/pref_names.cc
+++ b/components/variations/pref_names.cc
@@ -32,9 +32,6 @@ const char kVariationsPermutedEntropyCache[] =
// String for the restrict parameter to be appended to the variations URL.
const char kVariationsRestrictParameter[] = "variations_restrict_parameter";
-// Base64-encoded serialized form of the variations seed protobuf.
-const char kVariationsSeed[] = "variations_seed";
-
// 64-bit integer serialization of the base::Time from the last seed received.
const char kVariationsSeedDate[] = "variations_seed_date";

Powered by Google App Engine
This is Rietveld 408576698