summaryrefslogtreecommitdiffstats
path: root/chrome/browser/idle_chromeos.cc
Commit message (Collapse)AuthorAgeFilesLines
* chromeos: call GetIdleTime from power manager clientsque@chromium.org2011-11-151-7/+5
| | | | | | | | | | | | | | | | | No longer using libcros to call the method. Part of libcros removal. Instead chrome will call the method directly. BUG=chromium-os:16558 TEST=none Signed-off-by: Simon Que <sque@chromium.org> R=satorux@chromium.org,stevenjb@chromium.org,tbarzic@chromium.org Review URL: http://codereview.chromium.org/8566024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110188 0039d316-1c4b-4281-b951-d872f2087c98
* Applied review comments from oshima for CL 7850026.saintlou@chromium.org2011-09-201-1/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7945014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101983 0039d316-1c4b-4281-b951-d872f2087c98
* Checking if idle state is locked now works on ChromeOSsidor@chromium.org2011-09-161-2/+4
| | | | | | | | | | BUG=None TEST=Two bits using this function are notifications and idle API. Both seem to work fine on my machine. Review URL: http://codereview.chromium.org/7906014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101584 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing the bug, that caused UI to hang after unsupported device was inserted.sidor@chromium.org2011-09-101-0/+9
| | | | | | | | | | | | In the idle.h new synchronous method was added - IsWorkstationInLockedState. BUG=chromium-os:20261 TEST=None Review URL: http://codereview.chromium.org/7864022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100582 0039d316-1c4b-4281-b951-d872f2087c98
* UI fix for idle API for ChromeOS.sidor@chromium.org2011-09-081-0/+30
| | | | | | | | | | BUG=chromium-os:17167 TEST=None Review URL: http://codereview.chromium.org/7851019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100252 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 100093 - UI fix for idle API on ChromeOS.dhollowa@chromium.org2011-09-081-30/+0
| | | | | | | | | | | | | BUG=chromium-os:17167 TEST=None. Review URL: http://codereview.chromium.org/7800018 TBR=sidor@chromium.org Review URL: http://codereview.chromium.org/7847014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100104 0039d316-1c4b-4281-b951-d872f2087c98
* UI fix for idle API on ChromeOS.sidor@chromium.org2011-09-081-0/+30
BUG=chromium-os:17167 TEST=None. Review URL: http://codereview.chromium.org/7800018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100093 0039d316-1c4b-4281-b951-d872f2087c98