Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc234 base::ListValue* section_credentials = AddSection(stats_list, "Credentials"); in ConstructAboutInformation() local
235 StringSyncStat request_token_time(section_credentials, "Requested Token"); in ConstructAboutInformation()
236 StringSyncStat receive_token_time(section_credentials, "Received Token"); in ConstructAboutInformation()
237 StringSyncStat token_request_status(section_credentials, in ConstructAboutInformation()
239 StringSyncStat next_token_request(section_credentials, in ConstructAboutInformation()