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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm

Issue 847733005: Move User Manager onto a System profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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/ui/cocoa/profiles/user_manager_mac_unittest.mm
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
index 820f33eb8e9a267a6e662148daea546f620711a5..4444f1f2f412ae82b68d3b2661684f84bc10031e 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
@@ -20,13 +20,13 @@ class UserManagerMacTest : public BrowserWithTestWindowTest {
void SetUp() override {
BrowserWithTestWindowTest::SetUp();
ASSERT_TRUE(testing_profile_manager_.SetUp());
- // Pre-load the guest profile so we don't have to wait for the User Manager
+ // Pre-load the system profile so we don't have to wait for the User Manager
// to asynchronously create it.
- testing_profile_manager_.CreateGuestProfile();
+ testing_profile_manager_.CreateSystemProfile();
}
void TearDown() override {
- testing_profile_manager_.DeleteGuestProfile();
+ testing_profile_manager_.DeleteSystemProfile();
TestingBrowserProcess::GetGlobal()->SetProfileManager(NULL);
base::RunLoop().RunUntilIdle();
BrowserWithTestWindowTest::TearDown();
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/user_manager_mac.mm ('k') | chrome/browser/ui/views/profiles/user_manager_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698