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

Unified Diff: chrome/app/chrome_main_posix.cc

Issue 7726007: Don't build the main executable binaries as Objective-C (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months 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 | « chrome/app/chrome_exe_main_mac.mm ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_posix.cc
===================================================================
--- chrome/app/chrome_main_posix.cc (revision 98054)
+++ chrome/app/chrome_main_posix.cc (working copy)
@@ -46,7 +46,7 @@
void LowLevelInit(void* instance) {
#if defined(OS_MACOSX)
// TODO(mark): Some of these things ought to be handled in
- // chrome_exe_main_mac.mm. Under the current architecture, nothing
+ // chrome_exe_main_mac.cc. 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)
« no previous file with comments | « chrome/app/chrome_exe_main_mac.mm ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698