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

Unified Diff: chrome/browser/metrics/metrics_log_chromeos.cc

Issue 271533004: Turning on MultiProfile by default for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: chrome/browser/metrics/metrics_log_chromeos.cc
diff --git a/chrome/browser/metrics/metrics_log_chromeos.cc b/chrome/browser/metrics/metrics_log_chromeos.cc
index 517447feb25416807b2c5c11440113839fd74e5d..45a36ac85867ba3582b9debe985e635381d276c0 100644
--- a/chrome/browser/metrics/metrics_log_chromeos.cc
+++ b/chrome/browser/metrics/metrics_log_chromeos.cc
@@ -201,8 +201,7 @@ void MetricsLogChromeOS::UpdateMultiProfileUserCount() {
metrics::SystemProfileProto* system_profile =
uma_proto_->mutable_system_profile();
- if (chromeos::UserManager::IsInitialized() &&
- chromeos::UserManager::Get()->IsMultipleProfilesAllowed()) {
+ if (chromeos::UserManager::IsInitialized()) {
size_t user_count = chromeos::UserManager::Get()->GetLoggedInUsers().size();
// We invalidate the user count if it changed while the log was open.

Powered by Google App Engine
This is Rietveld 408576698