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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 23967015: Use multi-profile mount point by default after browser crash and in Guest session. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 years, 3 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/profiles/profile_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index 611690ff90f4d32da3f419b78ee902b7116f35e5..2d11609a53a232ad80921203bd728849810f3433 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -63,6 +63,9 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
// Returns active user profile dir in a format [u-$hash].
base::FilePath GetActiveUserProfileDir();
+ // Returns user profile dir in a format [u-user_id_hash].
+ base::FilePath GetUserProfileDir(const std::string& user_id_hash);
Dmitry Polukhin 2013/09/18 15:46:06 I made similar function UserManager::GetUserProfil
Nikita (slow) 2013/09/18 16:22:55 I don't see this function in user_manager.h / user
Dmitry Polukhin 2013/09/18 16:48:43 As we discussed offline UserManagerImpl::GetUserPr
Nikita (slow) 2013/09/18 18:04:37 Done.
+
// Should called once after UserManager instance has been created.
void Initialize();
« no previous file with comments | « no previous file | chrome/browser/chromeos/profiles/profile_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698