HomeSort by relevance Sort by last modified time
    Searched defs:consented (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 25 bool consented = file_util::ReadFileToString(consent_file, &tmp_guid); local
26 if (consented)
28 return consented;
32 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
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.
  /external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc 30 bool consented = file_util::ReadFileToString(consent_file, &tmp_guid); local
31 if (consented)
33 return consented;
37 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) {
44 if (consented) {
60 // Make sure that user has consented to send crashes.
67 // Since user has consented, write the metrics id to the file.

Completed in 4571 milliseconds