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

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

Issue 2052013002: Adding ChromeLauncherController interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_launcher_smaller_api
Patch Set: Rebase Created 4 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/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 ad21e5dc4054a2edf4116245628310001c01fdea..8b4cddcfe4b1dbe8e54f1a82abc67c8ab0464eea 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
@@ -134,7 +134,7 @@ void AppListServiceAsh::ShowAndSwitchToState(
base::FilePath AppListServiceAsh::GetProfilePath(
const base::FilePath& user_data_dir) {
- return ChromeLauncherController::instance()->profile()->GetPath();
+ return ChromeLauncherController::instance()->GetProfile()->GetPath();
}
void AppListServiceAsh::ShowForProfile(Profile* /*default_profile*/) {
@@ -186,7 +186,7 @@ gfx::NativeWindow AppListServiceAsh::GetAppListWindow() {
}
Profile* AppListServiceAsh::GetCurrentAppListProfile() {
- return ChromeLauncherController::instance()->profile();
+ return ChromeLauncherController::instance()->GetProfile();
}
AppListControllerDelegate* AppListServiceAsh::GetControllerDelegate() {
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698