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

Unified Diff: chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc

Issue 1117453002: Add gaia_id to ProfileInfoCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 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/chromeos/profiles/profile_list_chromeos_unittest.cc
diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
index 3365bf49651885a3c5ed69ba9b25bcc72fa39c55..7fcbe8f71e5bc42127ba1bbd2275d8da9f6b980a 100644
--- a/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
+++ b/chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc
@@ -164,7 +164,7 @@ TEST_F(ProfileListChromeOSTest, DontShowSupervisedUsers) {
// Add a managed user profile.
ProfileInfoCache* cache = manager()->profile_info_cache();
manager()->profile_info_cache()->AddProfileToCache(
- cache->GetUserDataDir().AppendASCII("p2"), supervised_name,
+ cache->GetUserDataDir().AppendASCII("p2"), supervised_name, std::string(),
base::string16(), 0, "TEST_ID");
GetFakeChromeUserManager()->AddUser(base::UTF16ToASCII(supervised_name));

Powered by Google App Engine
This is Rietveld 408576698