summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_main_posix.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert 78660 - We need to revert both jam's first patch and his build fix, ↵ericu@google.com2011-03-181-1/+1
| | | | | | | | | | | | | | as it didn't fix everything. Revert 78645 - Fix build break TBR=jam@chromium.org Review URL: http://codereview.chromium.org/6714007 TBR=ericu@google.com Review URL: http://codereview.chromium.org/6709020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78661 0039d316-1c4b-4281-b951-d872f2087c98
* We need to revert both jam's first patch and his build fix, as it didn't fix ↵ericu@google.com2011-03-181-1/+1
| | | | | | | | | | | everything. Revert 78645 - Fix build break TBR=jam@chromium.org Review URL: http://codereview.chromium.org/6714007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78660 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakjam@chromium.org2011-03-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78645 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix the Mac official build.evan@chromium.org2011-03-011-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76437 0039d316-1c4b-4281-b951-d872f2087c98
* startup: move more platform-specific stuff into separate filesevan@chromium.org2011-03-011-1/+8
| | | | | | | | | | | | | Move LowLevelShutdown into platform-specific files. Move the CAppModule bits into chrome_main_win.cc. Mostly refactoring. Semantic change: we now call CAppModule::Init() slightly earlier than before, and also logging::CleanupChromeLogging() slightly earlier. Review URL: http://codereview.chromium.org/6596055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76414 0039d316-1c4b-4281-b951-d872f2087c98
* startup: move some platform-specific code into platform filesevan@chromium.org2011-02-281-0/+76
This change introduces a chrome_main.h so we can use the existing chrome_main_win for more functions (here, LowLevelInit()). The big blocks of code change are strictly moves. I intend for there to be no semantic change here. Review URL: http://codereview.chromium.org/6597009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76283 0039d316-1c4b-4281-b951-d872f2087c98