Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | startup: rename chrome_dll_main to chrome_main | evan@chromium.org | 2010-11-18 | 1 | -0/+56 |
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 |