summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy/process_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* [ChromeOS] Don't set NO_NEW_PRIVS for ProcessProxy processes (e.g. Crosh) whe...rsesek@chromium.org2014-04-101-0/+5
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-4/+4
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-4/+1
* Update include paths in chromeos for base/process changes.rsesek@chromium.org2013-07-231-2/+3
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Move chrome/browser/chromeos/process_proxy to chromeosphajdan.jr@chromium.org2013-03-121-0/+265