HomeSort by relevance Sort by last modified time
    Searched full:auth_token_time (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 670 base::Time auth_token_time = local
673 if (!auth_token_time.is_null()) {
674 base::TimeDelta age = base::Time::Now() - auth_token_time;
    [all...]

Completed in 226 milliseconds