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

/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_posix.cc44 bool consented = base::ReadFileToString(consent_file, &tmp_guid); local
45 if (consented) {
51 return consented;
55 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { argument
64 if (!consented) {
90 // Make sure that user has consented to send crashes.
99 // Since user has consented, write the metrics id to the file.
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc265 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { argument
266 return SetCollectStatsConsentAtLevel(IsSystemInstall(), consented);
270 bool consented) {
272 DWORD value = consented ? 1 : 0;
317 bool consented) {
319 const DWORD eula_accepted = consented ? 1 : 0;
269 SetCollectStatsConsentAtLevel(bool system_install, bool consented) argument
314 SetEULAConsent( const InstallationState& machine_state, BrowserDistribution* dist, bool consented) argument

Completed in 96 milliseconds