Home
last modified time | relevance | path

Searched refs:derelict_detection_timeout (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Ddemo_mode_detector.cc114 int derelict_detection_timeout; in SetupTimeouts() local
118 &derelict_detection_timeout)) { in SetupTimeouts()
119 derelict_detection_timeout = kDerelectDetectionTimeoutSeconds; in SetupTimeouts()
122 base::TimeDelta::FromSeconds(derelict_detection_timeout); in SetupTimeouts()