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

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

Issue 1128173005: Clean up ProfileManager interface. Base URL: https://chromium.googlesource.com/chromium/src@issue479309
Patch Set: sync Created 5 years, 7 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.h
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
index 92826fac48b9310580e0be322cceef673fb47d28..d2052ffa0b4c4e161e96b1b4fbcab77a2fc0a1c8 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -50,7 +50,7 @@ class AppListServiceImpl : public AppListService,
// AppListService overrides:
void SetAppListNextPaintCallback(void (*callback)()) override;
void Init(Profile* initial_profile) override;
- base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override;
+ base::FilePath GetProfilePath() override;
void SetProfilePath(const base::FilePath& profile_path) override;
void Show() override;
void ShowForVoiceSearch(
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_disabled.cc ('k') | chrome/browser/ui/app_list/app_list_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698