| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index 43a8ed24c7cd20bb00b3cb62f5f652e166e2e66a..e03276cc0c45b455eabdbf634a7e5210e6db7813 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -392,8 +392,9 @@ bool CreateVisualElementsManifest(const base::FilePath& src_path,
|
| " ShowNameOnSquare150x150Logo='on'\r\n"
|
| " Square150x150Logo='%ls\\Logo.png'\r\n"
|
| " Square70x70Logo='%ls\\SmallLogo.png'\r\n"
|
| + " Square44x44Logo='%ls\\SmallLogo.png'\r\n"
|
| " ForegroundText='light'\r\n"
|
| - " BackgroundColor='#323232'/>\r\n"
|
| + " BackgroundColor='#212121'/>\r\n"
|
| "</Application>\r\n";
|
|
|
| const base::string16 manifest_template(
|
|
|