| Index: services/file/user_id_map.h
|
| diff --git a/services/file/user_id_map.h b/services/file/user_id_map.h
|
| index 9703bd42867dc7600f4426b35041145be001b267..d9398a0dad02edf86dbe04c20a417fd1d54c2580 100644
|
| --- a/services/file/user_id_map.h
|
| +++ b/services/file/user_id_map.h
|
| @@ -11,10 +11,10 @@
|
| namespace file {
|
|
|
| // These methods are called from BrowserContext::Initialize() to associate
|
| -// the BrowserContext's shell user-id with its user directory.
|
| -void AssociateShellUserIdWithUserDir(const std::string& user_id,
|
| +// the BrowserContext's Service user-id with its user directory.
|
| +void AssociateServiceUserIdWithUserDir(const std::string& user_id,
|
| const base::FilePath& user_dir);
|
| -void ForgetShellUserIdUserDirAssociation(const std::string& user_id);
|
| +void ForgetServiceUserIdUserDirAssociation(const std::string& user_id);
|
|
|
| base::FilePath GetUserDirForUserId(const std::string& user_id);
|
|
|
|
|