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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.h

Issue 1973603002: arc: Make Play Store item persistance in shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 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/launcher/launcher_controller_helper.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
index d457c8d19c9860495730c1f655e9b31f27964429..dec8e96947ffa14700a72a8858c4f04c628cac45 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -50,6 +50,8 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
virtual ArcAppListPrefs* GetArcAppListPrefs() const;
+ const Profile* profile() const { return profile_; }
+
private:
// ExtensionEnableFlowDelegate:
void ExtensionEnableFlowFinished() override;

Powered by Google App Engine
This is Rietveld 408576698