summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_manager.h
diff options
context:
space:
mode:
authorcmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 15:57:08 +0000
committercmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 15:57:08 +0000
commit943aed554c941f128a62f4addd807d1a519083f0 (patch)
tree382a40ddd4b3b4fc880f76e4bcad187ecdb5e559 /chrome/browser/profile_manager.h
parenta3473d975ec1188f5cae52cf260710f02c6f5f75 (diff)
downloadchromium_src-943aed554c941f128a62f4addd807d1a519083f0.zip
chromium_src-943aed554c941f128a62f4addd807d1a519083f0.tar.gz
chromium_src-943aed554c941f128a62f4addd807d1a519083f0.tar.bz2
Fix build failure from previous change.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49503 Review URL: http://codereview.chromium.org/2796004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_manager.h')
-rw-r--r--chrome/browser/profile_manager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/profile_manager.h b/chrome/browser/profile_manager.h
index 0542f7d..707024b 100644
--- a/chrome/browser/profile_manager.h
+++ b/chrome/browser/profile_manager.h
@@ -97,6 +97,10 @@ class ProfileManager : public NonThreadSafe,
// first to see if the profile already exists.
Profile* GetProfile(const FilePath& profile_dir, bool init_extensions);
+ // Returns the directory where the currently active profile is
+ // stored, relative to the user data directory currently in use..
+ FilePath GetCurrentProfileDir();
+
// These allow iteration through the current list of profiles.
typedef std::vector<Profile*> ProfileVector;
typedef ProfileVector::iterator iterator;
@@ -120,7 +124,8 @@ class ProfileManager : public NonThreadSafe,
// ------------------ static utility functions -------------------
- // Returns the path to the profile directory based on the user data directory.
+ // Returns the path to the default profile directory, based on the given
+ // user data directory.
static FilePath GetDefaultProfileDir(const FilePath& user_data_dir);
// Returns the path to the preferences file given the user profile directory.