Index: chrome/installer/util/shell_util_unittest.cc |
=================================================================== |
--- chrome/installer/util/shell_util_unittest.cc (revision 112717) |
+++ chrome/installer/util/shell_util_unittest.cc (working copy) |
@@ -210,6 +210,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::CURRENT_USER, |
false, |
true)); |
@@ -227,6 +229,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::SYSTEM_LEVEL, |
false, |
true)); |
@@ -245,6 +249,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::SYSTEM_LEVEL, |
false, |
true)); |
@@ -253,6 +259,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::CURRENT_USER, |
false, |
true)); |
@@ -272,6 +280,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::CURRENT_USER, |
false, |
true)); |
@@ -280,6 +290,8 @@ |
description, |
L"", |
L"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::SYSTEM_LEVEL, |
false, |
true)); |
@@ -306,6 +318,8 @@ |
description, |
default_profile_user_name, |
L"--profile-directory=\"Default\"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::CURRENT_USER, |
false, |
true)); |
@@ -319,6 +333,8 @@ |
description, |
second_profile_user_name, |
L"--profile-directory=\"Profile 1\"", |
+ exe_path.value(), |
+ dist->GetIconIndex(), |
ShellUtil::CURRENT_USER, |
false, |
true)); |