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

Unified Diff: chrome/browser/chromeos/cros/network_library_unittest.cc

Issue 14028010: CrOS multi-profiles ProfileManager changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_user_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/network_library_unittest.cc
diff --git a/chrome/browser/chromeos/cros/network_library_unittest.cc b/chrome/browser/chromeos/cros/network_library_unittest.cc
index 8226d2780ac25d258910f8d6c1b64ae8a33dcb2b..dab27f936185d97710dc8e381a6805d2cebc0ed8 100644
--- a/chrome/browser/chromeos/cros/network_library_unittest.cc
+++ b/chrome/browser/chromeos/cros/network_library_unittest.cc
@@ -167,7 +167,7 @@ class NetworkLibraryStubTest : public ::testing::Test {
onc::ONCSource source,
bool expect_successful_import) {
ScopedMockUserManagerEnabler mock_user_manager;
- mock_user_manager.user_manager()->SetLoggedInUser("madmax@my.domain.com");
+ mock_user_manager.user_manager()->SetActiveUser("madmax@my.domain.com");
EXPECT_CALL(*mock_user_manager.user_manager(), IsUserLoggedIn())
.Times(AnyNumber())
.WillRepeatedly(Return(true));
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_user_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698