| Index: chrome/installer/util/auto_launch_util.cc
|
| diff --git a/chrome/installer/util/auto_launch_util.cc b/chrome/installer/util/auto_launch_util.cc
|
| index 857f8e02bf5c6cf295cbe4cc6d098071d85c37cd..6dd5d35d5e4b1e1c68fccbb4662bd4dba11ad3be 100644
|
| --- a/chrome/installer/util/auto_launch_util.cc
|
| +++ b/chrome/installer/util/auto_launch_util.cc
|
| @@ -53,10 +53,7 @@ base::string16 ProfileToKeyName(const base::string16& profile_directory) {
|
| BrowserDistribution::GetSpecificDistribution(
|
| BrowserDistribution::CHROME_BROWSER);
|
| installer::Product product(distribution);
|
| - std::vector<base::FilePath> data_dir_paths;
|
| - product.GetUserDataPaths(&data_dir_paths);
|
| - if (!data_dir_paths.empty())
|
| - path = data_dir_paths[0];
|
| + path = product.GetUserDataPath();
|
| }
|
| path = path.Append(profile_directory);
|
|
|
|
|