Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: trunk/src/chrome/app/chrome_exe_main_win.cc

Issue 107443008: Revert 241548 "Chrome browser process DLL blacklist." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « no previous file | trunk/src/chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698