| Index: chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| diff --git a/chrome/browser/chromeos/memory/oom_priority_manager.cc b/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| index b948da99e59ed8e81d75ed4a2baa8a76b991357c..2579b4c94f88618eb10a805886215f8554d698e1 100644
|
| --- a/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| +++ b/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| @@ -323,12 +323,13 @@ void OomPriorityManager::RecordDiscardStatistics() {
|
| // TODO(jamescook): Maybe incorporate extension count?
|
| UMA_HISTOGRAM_CUSTOM_COUNTS(
|
| "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50);
|
| -
|
| +#if !defined(USE_ATHENA)
|
| // Record the discarded tab in relation to the amount of simultaneously
|
| // logged in users.
|
| ash::MultiProfileUMA::RecordDiscardedTab(
|
| ash::Shell::GetInstance()->session_state_delegate()->
|
| NumberOfLoggedInUsers());
|
| +#endif
|
|
|
| // TODO(jamescook): If the time stats prove too noisy, then divide up users
|
| // based on how heavily they use Chrome using tab count as a proxy.
|
|
|