HomeSort by relevance Sort by last modified time
    Searched full:updated_pref (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_state.cc 36 bool updated_pref = GoogleUpdateSettings::GetCollectStatsConsent(); local
37 if (enabled != updated_pref)
40 return updated_pref;
48 // |updated_pref| is the result of attempted update.
49 // Update considers to be successful if |to_update_pref| and |updated_pref| are
53 bool updated_pref) {
56 if (updated_pref)
63 prefs::kMetricsReportingEnabled, updated_pref);
65 if (to_update_pref == updated_pref) {
66 RecordMetricsReportingHistogramValue(updated_pref
    [all...]

Completed in 2994 milliseconds