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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Sync and rebase. 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/launcher/arc_app_window_launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
index 7111a9e8a451e81fed3f2a7dce9e109acc376630..386db2cf97cce5d4589d4a71035b1b8102fc6488 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
@@ -46,7 +46,7 @@ ArcAppWindowLauncherItemController::ItemSelected(const ui::Event& event) {
base::string16 ArcAppWindowLauncherItemController::GetTitle() {
ArcAppListPrefs* arc_prefs =
- ArcAppListPrefs::Get(launcher_controller()->GetProfile());
+ ArcAppListPrefs::Get(launcher_controller()->profile());
DCHECK(arc_prefs);
std::unique_ptr<ArcAppListPrefs::AppInfo> app_info = arc_prefs->GetApp(
ArcAppWindowLauncherController::GetArcAppIdFromShelfAppId(app_id()));

Powered by Google App Engine
This is Rietveld 408576698