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

Unified Diff: chrome/browser/profiles/profile_manager.h

Issue 7619008: Change kNotSignedInProfile to kInitialProfile to better reflect its usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: I can't spel Created 9 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
« no previous file with comments | « chrome/browser/fast_shutdown_interactive_uitest.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.h
===================================================================
--- chrome/browser/profiles/profile_manager.h (revision 96347)
+++ chrome/browser/profiles/profile_manager.h (working copy)
@@ -98,9 +98,9 @@
// profile.
bool IsValidProfile(Profile* profile);
- // Returns the directory where the currently active profile is
- // stored, relative to the user data directory currently in use..
- FilePath GetCurrentProfileDir();
+ // Returns the directory where the first created profile is stored,
+ // relative to the user data directory currently in use..
+ FilePath GetInitialProfileDir();
// Get the Profile last used with this Chrome build. If no signed profile has
// been stored in Local State, hand back the Default profile.
« no previous file with comments | « chrome/browser/fast_shutdown_interactive_uitest.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698