Chromium Code Reviews| Index: chrome/app/chrome_exe_main_win.cc |
| diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc |
| index ecbb599923aed74e5aaef337cac2311f7a145b73..d950d349526d30f04d27d173b2d9519d87ec3429 100644 |
| --- a/chrome/app/chrome_exe_main_win.cc |
| +++ b/chrome/app/chrome_exe_main_win.cc |
| @@ -18,6 +18,7 @@ |
| #include "chrome/browser/policy/policy_path_parser.h" |
| #include "chrome/common/chrome_paths_internal.h" |
| #include "chrome/common/chrome_switches.h" |
| +#include "chrome_elf/chrome_elf_main.h" |
| #include "components/breakpad/app/breakpad_client.h" |
| #include "components/breakpad/app/breakpad_win.h" |
| #include "content/public/app/startup_helper_win.h" |
| @@ -108,6 +109,8 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) { |
| if (AttemptFastNotify(*CommandLine::ForCurrentProcess())) |
| return 0; |
| + InitChromeElf(); |
|
gab
2013/11/11 20:11:38
I hear we don't need this force an entry for chrom
robertshield
2013/11/11 20:21:32
The better solution will require some gyp work (se
|
| + |
| MetroDriver metro_driver; |
| if (metro_driver.in_metro_mode()) |
| return metro_driver.RunInMetro(instance, &RunChrome); |