Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: chrome/installer/util/shell_util_unittest.cc

Issue 8785006: Badge Windows profile shortcuts with multi-user avatar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Merged to TOT. Fixed cpu's nits. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/shell_util.cc ('k') | ui/gfx/icon_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/shell_util_unittest.cc
===================================================================
--- chrome/installer/util/shell_util_unittest.cc (revision 113013)
+++ chrome/installer/util/shell_util_unittest.cc (working copy)
@@ -114,6 +114,8 @@
shortcut_path.value(),
L"",
description,
+ exe_path.value(),
+ dist->GetIconIndex(),
true));
EXPECT_TRUE(VerifyChromeShortcut(exe_path.value(),
shortcut_path.value(),
@@ -138,6 +140,8 @@
shortcut_path.value(),
L"",
description,
+ exe_path.value(),
+ dist->GetIconIndex(),
true));
EXPECT_TRUE(VerifyChromeShortcut(exe_path.value(),
shortcut_path.value(),
@@ -151,6 +155,8 @@
shortcut_path.value(),
L"",
description2,
+ exe_path.value(),
+ dist->GetIconIndex(),
false));
EXPECT_TRUE(VerifyChromeShortcut(exe_path.value(),
shortcut_path.value(),
@@ -210,6 +216,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::CURRENT_USER,
false,
true));
@@ -227,6 +235,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::SYSTEM_LEVEL,
false,
true));
@@ -245,6 +255,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::SYSTEM_LEVEL,
false,
true));
@@ -253,6 +265,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::CURRENT_USER,
false,
true));
@@ -272,6 +286,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::CURRENT_USER,
false,
true));
@@ -280,6 +296,8 @@
description,
L"",
L"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::SYSTEM_LEVEL,
false,
true));
@@ -306,6 +324,8 @@
description,
default_profile_user_name,
L"--profile-directory=\"Default\"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::CURRENT_USER,
false,
true));
@@ -319,6 +339,8 @@
description,
second_profile_user_name,
L"--profile-directory=\"Profile 1\"",
+ exe_path.value(),
+ dist->GetIconIndex(),
ShellUtil::CURRENT_USER,
false,
true));
« no previous file with comments | « chrome/installer/util/shell_util.cc ('k') | ui/gfx/icon_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698