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

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

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address most comments, except manifest, need to sync. Created 4 years, 2 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_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index f19bb18c297cdd07a66793fd3f0b632506c72601..de13c3b8c877a5477d8607ff2f14472e943ef9ee 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -58,8 +58,8 @@ void AppListControllerDelegateAsh::UnpinApp(const std::string& app_id) {
AppListControllerDelegate::Pinnable AppListControllerDelegateAsh::GetPinnable(
const std::string& app_id) {
- return GetPinnableForAppID(
- app_id, ChromeLauncherController::instance()->GetProfile());
+ return GetPinnableForAppID(app_id,
+ ChromeLauncherController::instance()->profile());
}
void AppListControllerDelegateAsh::OnShowChildDialog() {

Powered by Google App Engine
This is Rietveld 408576698