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

Unified Diff: chrome/installer/util/master_preferences.h

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.h
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
index 1eadf29eda4090dd51feb77ecd0526fbba4682d0..160eca6542a763fa555a3d2cf2e1c0d881f9057f 100644
--- a/chrome/installer/util/master_preferences.h
+++ b/chrome/installer/util/master_preferences.h
@@ -161,9 +161,6 @@ class MasterPreferences {
// Returns the compressed variations seed entry from the master prefs.
std::string GetCompressedVariationsSeed() const;
- // Returns the variations seed entry from the master prefs.
- std::string GetVariationsSeed() const;
-
// Returns the variations seed signature entry from the master prefs.
std::string GetVariationsSeedSignature() const;

Powered by Google App Engine
This is Rietveld 408576698