Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_metrics.cc22 const int kMaximumReportedProfileCount = 5; variable
154 if (limited_total > kMaximumReportedProfileCount) { in UpdateReportedProfilesStatistics()
155 limited_total = kMaximumReportedProfileCount + 1; in UpdateReportedProfilesStatistics()