| Index: chrome/installer/util/product.cc
|
| diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc
|
| index dc70b1626bad84294cb14ded7208807797150617..44e7cefc12ee4cc3ca08e7813e911c2c2b16c7c7 100644
|
| --- a/chrome/installer/util/product.cc
|
| +++ b/chrome/installer/util/product.cc
|
| @@ -168,7 +168,7 @@ void Product::LaunchUserExperiment(const base::FilePath& setup_path,
|
| bool system_level) const {
|
| if (distribution_->HasUserExperiments()) {
|
| VLOG(1) << "LaunchUserExperiment status: " << status << " product: "
|
| - << distribution_->GetAppShortCutName()
|
| + << distribution_->GetDisplayName()
|
| << " system_level: " << system_level;
|
| operations_->LaunchUserExperiment(
|
| setup_path, options_, status, system_level);
|
|
|