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

Unified Diff: chrome/installer/setup/install_unittest.cc

Issue 2073123003: Update Windows start menu art (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix sprintf Created 4 years, 6 months 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/setup/install.cc ('k') | win8/resources/Logo.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/install_unittest.cc
diff --git a/chrome/installer/setup/install_unittest.cc b/chrome/installer/setup/install_unittest.cc
index ba42900fd76916e2b8aa2c3351b3565deb4ff8f5..8fc802690befb059e5b8e870cb98c433f20ed3dd 100644
--- a/chrome/installer/setup/install_unittest.cc
+++ b/chrome/installer/setup/install_unittest.cc
@@ -312,8 +312,9 @@ TEST_F(CreateVisualElementsManifestTest, VisualElementsManifestCreated) {
" ShowNameOnSquare150x150Logo='on'\r\n"
" Square150x150Logo='0.0.0.0\\VisualElements\\Logo.png'\r\n"
" Square70x70Logo='0.0.0.0\\VisualElements\\SmallLogo.png'\r\n"
+ " Square44x44Logo='0.0.0.0\\VisualElements\\SmallLogo.png'\r\n"
" ForegroundText='light'\r\n"
- " BackgroundColor='#323232'/>\r\n"
+ " BackgroundColor='#212121'/>\r\n"
"</Application>\r\n";
ASSERT_STREQ(kExpectedManifest, read_manifest.c_str());
« no previous file with comments | « chrome/installer/setup/install.cc ('k') | win8/resources/Logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698