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

Unified Diff: chrome/browser/extensions/api/identity/account_tracker_unittest.cc

Issue 338993007: Track when and how a profile is signed out via UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SignOut() param in Android tests Created 6 years, 6 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/extensions/api/identity/account_tracker_unittest.cc
diff --git a/chrome/browser/extensions/api/identity/account_tracker_unittest.cc b/chrome/browser/extensions/api/identity/account_tracker_unittest.cc
index 998462aeecae41e0d69cf219d9c11358160b537e..216aa3e84f865423383128eb37e3c22cf16a0192 100644
--- a/chrome/browser/extensions/api/identity/account_tracker_unittest.cc
+++ b/chrome/browser/extensions/api/identity/account_tracker_unittest.cc
@@ -330,7 +330,7 @@ class IdentityAccountTrackerTest : public testing::Test {
void NotifyRemoveAccount(const std::string& username) {
#if !defined(OS_CHROMEOS)
if (username == kPrimaryAccountKey)
- fake_signin_manager_->SignOut();
+ fake_signin_manager_->SignOut(signin_metrics::SIGNOUT_TEST);
else
account_tracker()->GoogleSignedOut(username);
#else

Powered by Google App Engine
This is Rietveld 408576698