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

Unified Diff: chrome/browser/first_run/first_run_internal.h

Issue 12223062: Support variations_seed parameter in MasterPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/browser/first_run/first_run.cc ('k') | chrome/browser/first_run/first_run_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run_internal.h
===================================================================
--- chrome/browser/first_run/first_run_internal.h (revision 181784)
+++ chrome/browser/first_run/first_run_internal.h (working copy)
@@ -54,8 +54,8 @@
// Sets up master preferences by preferences passed by installer.
void SetupMasterPrefsFromInstallPrefs(
- MasterPrefs* out_prefs,
- installer::MasterPreferences* install_prefs);
+ const installer::MasterPreferences& install_prefs,
+ MasterPrefs* out_prefs);
void SetShowWelcomePagePrefIfNeeded(
installer::MasterPreferences* install_prefs);
« no previous file with comments | « chrome/browser/first_run/first_run.cc ('k') | chrome/browser/first_run/first_run_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698