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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.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/ash/app_list/app_list_service_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
index 62e3ae63eefbefdd365873646fe000448d4a1af7..187ff47c9f73909bdd6df358858076a9d8a9094b 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
@@ -38,7 +38,7 @@ class AppListServiceAsh : public AppListServiceImpl {
void ShowAndSwitchToState(app_list::AppListModel::State state);
// AppListService overrides:
- base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override;
+ base::FilePath GetProfilePath() override;
void ShowForProfile(Profile* default_profile) override;
void ShowForAppInstall(Profile* profile,
const std::string& extension_id,
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/ash/app_list/app_list_service_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698