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

Unified Diff: chrome/browser/first_run/first_run.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/browser/first_run/first_run.cc
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
index 41c6f1792c141ec22ddee0ef66e7e3be58eb708a..443fdacad008997bae6d1a5989c0e3ae41c111b1 100644
--- a/chrome/browser/first_run/first_run.cc
+++ b/chrome/browser/first_run/first_run.cc
@@ -472,7 +472,6 @@ void SetupMasterPrefsFromInstallPrefs(
out_prefs->compressed_variations_seed =
install_prefs.GetCompressedVariationsSeed();
- out_prefs->variations_seed = install_prefs.GetVariationsSeed();
out_prefs->variations_seed_signature =
install_prefs.GetVariationsSeedSignature();

Powered by Google App Engine
This is Rietveld 408576698