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 d289c957cba6b1cce635175bbc606fda87e32d6d..970cdd452e4dea22ca79dae71cda59384ee883ff 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -135,6 +135,9 @@ int ImportNow(Profile* profile, const CommandLine& cmdline); |
// Returns the path for the master preferences file. |
FilePath MasterPrefsPath(); |
+// Set a master preferences file path that overrides platform defaults. |
+void SetMasterPrefsPathForTesting(const FilePath& master_prefs); |
+ |
// The master preferences is a JSON file with the same entries as the |
// 'Default\Preferences' file. This function locates this file from a standard |
// location and processes it so it becomes the default preferences in the |