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

Unified Diff: chrome/browser/signin/chrome_signin_status_metrics_provider_delegate.cc

Issue 1661713002: Remove the rest of HostDesktopType from c/b/ui/browser_finder.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-11
Patch Set: linux adl Created 4 years, 11 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/signin/chrome_signin_status_metrics_provider_delegate.cc
diff --git a/chrome/browser/signin/chrome_signin_status_metrics_provider_delegate.cc b/chrome/browser/signin/chrome_signin_status_metrics_provider_delegate.cc
index 81c0f4f0ab5c15e0d7d2ba21a4c4c1b52cf422b9..8d2c113a0826b18629c00ef109bbe38fb2aa767a 100644
--- a/chrome/browser/signin/chrome_signin_status_metrics_provider_delegate.cc
+++ b/chrome/browser/signin/chrome_signin_status_metrics_provider_delegate.cc
@@ -57,7 +57,7 @@ ChromeSigninStatusMetricsProviderDelegate::GetStatusOfAllAccounts() {
accounts_status.num_accounts = profile_list.size();
for (Profile* profile : profile_list) {
#if !defined(OS_ANDROID) && !defined(OS_IOS)
- if (chrome::GetTotalBrowserCountForProfile(profile) == 0) {
+ if (chrome::GetBrowserCount(profile) == 0) {
// The profile is loaded, but there's no opened browser for this profile.
continue;
}
« no previous file with comments | « chrome/browser/safe_browsing/srt_fetcher_win.cc ('k') | chrome/browser/sync/test/integration/profile_sync_service_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698