summaryrefslogtreecommitdiffstats
path: root/chrome/common/auto_start_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed the command line from ServiceProcessState::AddToAutoRun() and had ↵sanjeevr@chromium.org2011-02-251-0/+26
| | | | | | | | | | | the class calculate its own command line. Wired up Linux autorun code and added unit tests. BUG=None TEST=Test service process autorun when enabling the cloud print proxy, unit-tests. Review URL: http://codereview.chromium.org/6591002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76077 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed regression in the Linux AutoStart code caused by my previous CL.sanjeevr@chromium.org2011-02-251-1/+2
| | | | | | | | | BUG=None. TEST=Test autostart on Linux. Review URL: http://codereview.chromium.org/6576060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76012 0039d316-1c4b-4281-b951-d872f2087c98
* Moved common parts of Linux autostart code to chrome/common so it can be ↵sanjeevr@chromium.org2011-02-231-0/+61
reused in the service process as well. BUG=None TEST=None Review URL: http://codereview.chromium.org/6546024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75699 0039d316-1c4b-4281-b951-d872f2087c98