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

Unified Diff: chrome/browser/extensions/token_cache/token_cache_service_unittest.cc

Issue 502343002: Add account_id to signin manager notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isauth
Patch Set: Fix android trybots Created 6 years, 4 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/token_cache/token_cache_service_unittest.cc
diff --git a/chrome/browser/extensions/token_cache/token_cache_service_unittest.cc b/chrome/browser/extensions/token_cache/token_cache_service_unittest.cc
index a11c9d1d11cc6edb7959e594aebee5c87c76e49a..78aa43f074265a3687f2ac003003708159392852 100644
--- a/chrome/browser/extensions/token_cache/token_cache_service_unittest.cc
+++ b/chrome/browser/extensions/token_cache/token_cache_service_unittest.cc
@@ -89,7 +89,7 @@ TEST_F(TokenCacheTest, SignoutTest) {
EXPECT_EQ(1U, CacheSize());
EXPECT_TRUE(HasMatch("foo"));
- cache_.GoogleSignedOut("foo");
+ cache_.GoogleSignedOut("foo", "foo");
EXPECT_EQ(0U, CacheSize());
EXPECT_FALSE(HasMatch("foo"));
« no previous file with comments | « chrome/browser/extensions/token_cache/token_cache_service.cc ('k') | chrome/browser/metrics/signin_status_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698