Searched defs:consented (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc25 bool consented = file_util::ReadFileToString(consent_file, &tmp_guid); local
26 if (consented)
28 return consented;
32 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { argument
39 if (consented) {
55 // Make sure that user has consented to send crashes.
62 // Since user has consented, write the metrics id to the file.

Completed in 345 milliseconds