summaryrefslogtreecommitdiffstats
path: root/remoting/host/constants.h
Commit message (Collapse)AuthorAgeFilesLines
* C++ readability review fixes for r141239: Make Chromoting Host report ↵alexeypa@chromium.org2012-06-161-4/+2
| | | | | | | | | | | crashes to Breakpad (Windows only). BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10535082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142581 0039d316-1c4b-4281-b951-d872f2087c98
* Make Chromoting Host report crashes to Breakpad (Windows only). The user ↵alexeypa@chromium.org2012-06-081-0/+9
| | | | | | | | | | | | must enable crash dumps collection by setting the "usagestats" value in the ClientState or ClientStateMedium key. BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10495003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141239 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: Stop the Mac daemon if a permanent error is encountereddcaiafa@chromium.org2012-05-041-0/+3
| | | | | | | | | | | | | | Launchd is no longer responsible for reloading the daemon. This responsibility now belongs to the helper script which will compare the host's exit code against the permanent error range to decide whether the host should be restarted. BUG=123715 TEST=manual: enable, disable, sigterm host, sigterm script, change pin, force segfault host, force auth-error host, disable & reboot, enable & reboot Review URL: http://codereview.chromium.org/10383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135478 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: stopping the service if a permanent error is encountered (such ↵alexeypa@chromium.org2012-04-171-0/+26
as the host ID is permanently not recognized by the could or invalid host configuration). BUG=123715,112160 Review URL: http://codereview.chromium.org/10106013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132675 0039d316-1c4b-4281-b951-d872f2087c98