summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle_mac.mm
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:29:00 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:29:00 +0000
commit8da36687f7292d2dd8818734bbed2d00666b6fa8 (patch)
tree47ff038cae4430a4b82f5e8b755581b4f2c56670 /app/resource_bundle_mac.mm
parent7bc5a5f7b15e79efa0cf4935c9a99cd0d14f2744 (diff)
downloadchromium_src-8da36687f7292d2dd8818734bbed2d00666b6fa8.zip
chromium_src-8da36687f7292d2dd8818734bbed2d00666b6fa8.tar.gz
chromium_src-8da36687f7292d2dd8818734bbed2d00666b6fa8.tar.bz2
startup: rename chrome_dll_main to chrome_main
Startup works like this: 1) platform-specific main, which calls 2) ChromeMain(), which calls 3) subprocess-specific main, like RendererMain() On Windows the middle step is kept in a DLL, but it's a framework on Mac and it's part of the original binary on Linux. This no-op change renames the file to match the function it does. Review URL: http://codereview.chromium.org/5183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle_mac.mm')
-rw-r--r--app/resource_bundle_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle_mac.mm b/app/resource_bundle_mac.mm
index 27f0f0d..beb1c66 100644
--- a/app/resource_bundle_mac.mm
+++ b/app/resource_bundle_mac.mm
@@ -17,7 +17,7 @@ namespace {
FilePath GetResourcesPakFilePath(NSString* name, NSString* mac_locale) {
NSString *resource_path;
// Some of the helper processes need to be able to fetch resources
- // (chrome_dll_main.cc SubprocessNeedsResourceBundle()). Fetch the same locale
+ // (chrome_main.cc: SubprocessNeedsResourceBundle()). Fetch the same locale
// as the already-running browser instead of using what NSBundle might pick
// based on values at helper launch time.
if ([mac_locale length]) {