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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl.cc

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: chrome/browser/ui/app_list/app_list_service_impl.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
index 3ed976e2c30f0c9b0fe7a0c95b15e73968743156..b7a7c60baacd2de957ada8b90cb20c4b356695a1 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.cc
+++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
@@ -100,7 +100,7 @@ class ProfileStoreImpl : public ProfileStore {
callback),
base::string16(),
base::string16(),
- std::string());
+ user_manager::UserID(std::string(), std::string()));
}
void OnProfileCreated(base::Callback<void(Profile*)> callback,

Powered by Google App Engine
This is Rietveld 408576698