Chromium Code Reviews| Index: chrome/installer/util/product.cc |
| diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc |
| index bb8c9637548b914d276d83dd37ddefd6713a7e65..f24b540b012004b0980a7f7a00125b22e5d38282 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() |
|
huangs
2013/05/21 21:35:41
I don't think we should localize our logs. Please
|
| << " system_level: " << system_level; |
| operations_->LaunchUserExperiment( |
| setup_path, options_, status, system_level); |