Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index cf901ba5f2f1984db042f644b790ffae59e95f5e..fd1a6c35d1f328603487641476e10f2d7f2fecae 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -2445,7 +2445,7 @@ bool ShellUtil::AddFileAssociations( |
app_info.file_type_name = file_type_name; |
app_info.file_type_icon_path = icon_path.value(); |
app_info.file_type_icon_index = 0; |
- app_info.command_line = command_line.GetCommandLineString(); |
+ app_info.command_line = command_line.GetCommandLineStringWithPlaceholders(); |
RegistryEntry::GetProgIdEntries(app_info, &entries); |
// Associate each extension that the app can handle with the class. Set this |