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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.h

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
« no previous file with comments | « chrome/browser/profiles/profiles_state.cc ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.h
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
index 6a1080aae5e7e3cb9c3ea1c63300c11b1d73b39e..6de264822706df1d8d5ef578295ee6e585991efb 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
@@ -28,10 +28,10 @@ class UserManagerMac {
// controller destroyed itself. Deletes the instance.
void WindowWasClosed();
- // Called from the UserManager class once the |guest_profile| is ready. Will
+ // Called from the UserManager class once the |system_profile| is ready. Will
// construct a UserManagerMac object and show |url|.
- static void OnGuestProfileCreated(Profile* guest_profile,
- const std::string& url);
+ static void OnSystemProfileCreated(Profile* system_profile,
+ const std::string& url);
UserManagerWindowController* window_controller() {
return window_controller_.get();
« no previous file with comments | « chrome/browser/profiles/profiles_state.cc ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698