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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.cc

Issue 1020133002: Make AppListServiceAsh::OnProfileWillBeRemoved do nothing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delay_app_list_build_model
Patch Set: address comments Created 5 years, 9 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 | « chrome/browser/ui/ash/app_list/app_list_service_ash.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
index 6d0fd0a1a4ced61a6e59fb6f0e4013f0164900ca..e86f6229a8e8ed394001352a05c8d37667ec8587 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
@@ -62,6 +62,10 @@ void AppListServiceAsh::Init(Profile* initial_profile) {
service->Init();
}
+void AppListServiceAsh::OnProfileWillBeRemoved(
+ const base::FilePath& profile_path) {
+}
+
base::FilePath AppListServiceAsh::GetProfilePath(
const base::FilePath& user_data_dir) {
return ChromeLauncherController::instance()->profile()->GetPath();
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_service_ash.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698