| Index: trunk/src/chrome/app/chrome_exe_main_win.cc
|
| ===================================================================
|
| --- trunk/src/chrome/app/chrome_exe_main_win.cc (revision 241567)
|
| +++ trunk/src/chrome/app/chrome_exe_main_win.cc (working copy)
|
| @@ -128,8 +128,9 @@
|
| if (AttemptFastNotify(*CommandLine::ForCurrentProcess()))
|
| return 0;
|
|
|
| - // Signal Chrome Elf that Chrome has begun to start.
|
| - SignalChromeElf();
|
| + // The purpose of this call is to force the addition of an entry in the IAT
|
| + // for chrome_elf.dll to force a load time dependency.
|
| + InitChromeElf();
|
|
|
| MetroDriver metro_driver;
|
| if (metro_driver.in_metro_mode())
|
|
|