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

Unified Diff: chrome/browser/first_run/first_run.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/browser/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 93f448413d7fc430ab2712236dc1174f51904db4..c3a1680e08731971375383fabb56b3cad2323464 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -82,7 +82,6 @@ struct MasterPrefs {
std::vector<GURL> bookmarks;
std::string import_bookmarks_path;
std::string compressed_variations_seed;
- std::string variations_seed;
std::string variations_seed_signature;
std::string suppress_default_browser_prompt_for_version;
};

Powered by Google App Engine
This is Rietveld 408576698