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

Unified Diff: services/file/user_id_map.h

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 years, 2 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 | « content/utility/utility_service_factory.cc ('k') | services/file/user_id_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/utility/utility_service_factory.cc ('k') | services/file/user_id_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698