Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2682)

Unified Diff: chrome/browser/lifetime/application_lifetime.cc

Issue 208813002: Merge 255865 "Changing the UsersPerSession UMA metric to count r..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/user_manager_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/lifetime/application_lifetime.cc
===================================================================
--- chrome/browser/lifetime/application_lifetime.cc (revision 258628)
+++ chrome/browser/lifetime/application_lifetime.cc (working copy)
@@ -36,8 +36,6 @@
#include "content/public/browser/notification_service.h"
#if defined(OS_CHROMEOS)
-#include "ash/multi_profile_uma.h"
-#include "ash/session_state_delegate.h"
#include "base/sys_info.h"
#include "chrome/browser/chromeos/boot_times_loader.h"
#include "chrome/browser/chromeos/login/user_manager.h"
@@ -150,12 +148,6 @@
const char kLogoutStarted[] = "logout-started";
chromeos::BootTimesLoader::Get()->RecordCurrentStats(kLogoutStarted);
- // Since we are shutting down now we should record how many users have joined
- // the session since session start.
- ash::MultiProfileUMA::RecordUserCount(
- ash::Shell::GetInstance()->session_state_delegate()->
- NumberOfLoggedInUsers());
-
// Login screen should show up in owner's locale.
PrefService* state = g_browser_process->local_state();
if (state) {
« no previous file with comments | « chrome/browser/chromeos/login/user_manager_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698