| 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();
|
|
|
|
|