| 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 7221d6c1b04ffd15ccc88254232eaecdf5296fe7..0a03d7d5fcf410c751185cf4cacb74f4b4249e6f 100644
|
| --- a/chrome/browser/first_run/first_run.h
|
| +++ b/chrome/browser/first_run/first_run.h
|
| @@ -157,9 +157,6 @@ bool DidPerformProfileImport(bool* exited_successfully);
|
| // cmdline parameters.
|
| int ImportNow(Profile* profile, const CommandLine& cmdline);
|
|
|
| -// Returns the path for the master preferences file.
|
| -base::FilePath MasterPrefsPath();
|
| -
|
| // Set a master preferences file path that overrides platform defaults.
|
| void SetMasterPrefsPathForTesting(const base::FilePath& master_prefs);
|
|
|
|
|