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

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

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Fix and workaround test issues. 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_launcher_context_menu.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
index d4ceb30af105d0ff6520b07650b389eecf53f879..dd4247a0f61f2bef4a4c0df7271ee640becff49c 100644
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
@@ -22,7 +22,7 @@ ArcLauncherContextMenu::~ArcLauncherContextMenu() {}
void ArcLauncherContextMenu::Init() {
const ArcAppListPrefs* arc_list_prefs =
- ArcAppListPrefs::Get(controller()->GetProfile());
+ ArcAppListPrefs::Get(controller()->profile());
DCHECK(arc_list_prefs);
const std::string app_id = controller()->GetAppIDForShelfID(item().id);

Powered by Google App Engine
This is Rietveld 408576698