Home
last modified time | relevance | path

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

/external/chromium_org/components/metrics/
Dmetrics_state_manager.cc244 std::string client_id_with_dashes; in LoadClientInfoAndMaybeMigrate() local
245 client_id_with_dashes.reserve(kGUIDLengthWithoutDashes + 4U); in LoadClientInfoAndMaybeMigrate()
249 client_id_with_dashes.push_back('-'); in LoadClientInfoAndMaybeMigrate()
251 client_id_with_dashes.push_back(*client_id_it); in LoadClientInfoAndMaybeMigrate()
256 client_info->client_id.assign(client_id_with_dashes); in LoadClientInfoAndMaybeMigrate()