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

Unified Diff: chrome/installer/util/master_preferences.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: chrome/installer/util/master_preferences.cc
diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc
index 223aa320065ed7e21a75fa02eccc24cefa8d1d8f..8820718e73d6915b3e693510bac0238ab385dc05 100644
--- a/chrome/installer/util/master_preferences.cc
+++ b/chrome/installer/util/master_preferences.cc
@@ -295,10 +295,6 @@ std::string MasterPreferences::GetCompressedVariationsSeed() const {
return ExtractPrefString(variations::prefs::kVariationsCompressedSeed);
}
-std::string MasterPreferences::GetVariationsSeed() const {
- return ExtractPrefString(variations::prefs::kVariationsSeed);
-}
-
std::string MasterPreferences::GetVariationsSeedSignature() const {
return ExtractPrefString(variations::prefs::kVariationsSeedSignature);
}

Powered by Google App Engine
This is Rietveld 408576698