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

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service.h57 static const int kMaxEphemeralAppsCount; member in class:EphemeralAppService
H A Dephemeral_app_service.cc46 // kMaxEphemeralAppsCount.
60 const int EphemeralAppService::kMaxEphemeralAppsCount = 30; member in class:EphemeralAppService
381 if (it->first < inactive_threshold || app_count > kMaxEphemeralAppsCount) {

Completed in 71 milliseconds