| Index: chrome/install_static/chromium_install_modes.cc
|
| diff --git a/chrome/install_static/chromium_install_modes.cc b/chrome/install_static/chromium_install_modes.cc
|
| index bb7b67579bffa9a6b2b0c74258d2731b120b24d5..87700b3fc15c43034f35df42e45d0d353cf048ee 100644
|
| --- a/chrome/install_static/chromium_install_modes.cc
|
| +++ b/chrome/install_static/chromium_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::UNSUPPORTED,
|
| true, // Supports system-level installs.
|
| true, // Supported multi-install.
|
| + IDR_MAINFRAME,
|
| },
|
| // clang-format on
|
| };
|
|
|