| Index: chrome/install_static/google_chrome_install_modes.cc
|
| diff --git a/chrome/install_static/google_chrome_install_modes.cc b/chrome/install_static/google_chrome_install_modes.cc
|
| index 150fd2a8f4e0ffeb2076ee48cbd328dbe8769c0f..833a6707bbbc85b1e69ce5ea042f41b9cd7215c2 100644
|
| --- a/chrome/install_static/google_chrome_install_modes.cc
|
| +++ b/chrome/install_static/google_chrome_install_modes.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <stdlib.h>
|
|
|
| +#include "chrome/app/chrome_dll_resource.h"
|
| #include "chrome/install_static/install_modes.h"
|
|
|
| namespace install_static {
|
| @@ -35,6 +36,7 @@ const InstallConstants kInstallModes[] = {
|
| ChannelStrategy::ADDITIONAL_PARAMETERS,
|
| true, // Supports system-level installs.
|
| true, // Supported multi-install.
|
| + IDR_MAINFRAME,
|
| },
|
| // A secondary install mode for Google Chrome SxS (canary).
|
| {
|
| @@ -48,6 +50,7 @@ const InstallConstants kInstallModes[] = {
|
| ChannelStrategy::FIXED,
|
| false, // Does not support system-level installs.
|
| false, // Did not support multi-install.
|
| + IDR_SXS,
|
| },
|
| // clang-format on
|
| };
|
|
|