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

Unified Diff: chrome/app/chrome_dll_main.cc

Issue 4451001: chrome_exe_main: name os-specific files according to naming pattern (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month 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 | chrome/app/chrome_exe_main_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_main.cc
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
index a3923b48472778c3bf885953985742625f381bb2..9af130e6a76d37031cd672c912085a55f766b60a 100644
--- a/chrome/app/chrome_dll_main.cc
+++ b/chrome/app/chrome_dll_main.cc
@@ -467,11 +467,12 @@ DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
int ChromeMain(int argc, char** argv) {
#endif
#if defined(OS_MACOSX)
- // TODO(mark): Some of these things ought to be handled in chrome_exe_main.mm.
- // Under the current architecture, nothing in chrome_exe_main can rely
- // directly on chrome_dll code on the Mac, though, so until some of this code
- // is refactored to avoid such a dependency, it lives here. See also the
- // TODO(mark) below at InitCrashReporter() and DestructCrashReporter().
+ // TODO(mark): Some of these things ought to be handled in
+ // chrome_exe_main_mac.mm. Under the current architecture, nothing
+ // in chrome_exe_main can rely directly on chrome_dll code on the
+ // Mac, though, so until some of this code is refactored to avoid
+ // such a dependency, it lives here. See also the TODO(mark) below
+ // at InitCrashReporter() and DestructCrashReporter().
base::EnableTerminationOnHeapCorruption();
base::EnableTerminationOnOutOfMemory();
#endif // OS_MACOSX
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698