| Index: chrome/installer/setup/install.h
|
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
|
| index de468b3d3bdd39fccf26d588782146111d5f3a13..cd77a3a45752c009a2e2147f75edbd8c8125ed11 100644
|
| --- a/chrome/installer/setup/install.h
|
| +++ b/chrome/installer/setup/install.h
|
| @@ -37,8 +37,9 @@ std::wstring GetInstallerPathUnderChrome(const std::wstring& install_path,
|
| // is responsible for cleaning up install_temp_path.
|
| installer_util::InstallStatus InstallOrUpdateChrome(
|
| const std::wstring& exe_path, const std::wstring& archive_path,
|
| - const std::wstring& install_temp_path, const DictionaryValue* prefs,
|
| - const Version& new_version, const Version* installed_version);
|
| + const std::wstring& install_temp_path, const std::wstring& prefs_path,
|
| + const DictionaryValue* prefs, const Version& new_version,
|
| + const Version* installed_version);
|
|
|
| // This function installs a new version of Chrome to the specified location.
|
| // It returns true if install was successful and false in case of an error.
|
|
|