summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
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 /chrome/nacl
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 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_main_platform_delegate_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_main_platform_delegate_mac.mm b/chrome/nacl/nacl_main_platform_delegate_mac.mm
index a49d110..6b7e8b6 100644
--- a/chrome/nacl/nacl_main_platform_delegate_mac.mm
+++ b/chrome/nacl/nacl_main_platform_delegate_mac.mm
@@ -25,7 +25,7 @@ NaClMainPlatformDelegate::~NaClMainPlatformDelegate() {
// TODO(jvoung): see if this old comment (from renderer_main_platform...)
// is relevant to the nacl loader.
// TODO(mac-port): Any code needed to initialize a process for purposes of
-// running a NaClLoader needs to also be reflected in chrome_dll_main.cc for
+// running a NaClLoader needs to also be reflected in chrome_main.cc for
// --single-process support.
void NaClMainPlatformDelegate::PlatformInitialize() {
}