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

Unified Diff: chrome/browser/ui/ash/chrome_launcher_prefs.h

Issue 1973603002: arc: Make Play Store item persistance in shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: prevent showing playstore icon on non-arc devices 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/chrome_launcher_prefs.h
diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
index d5df2d9e9b83dc7e5683ae4769923577d3220211..ad15a1f170301e487ea2721f5c26f4c390523a0e 100644
--- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
+++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
@@ -64,7 +64,7 @@ void SetShelfAlignmentPref(PrefService* prefs,
// Get the list of pinned apps from preferences.
std::vector<std::string> GetPinnedAppsFromPrefs(
const PrefService* prefs,
- const LauncherControllerHelper* helper);
+ LauncherControllerHelper* helper);
xiyuan 2016/05/13 15:16:34 nit: Can we make ArcAuthService::IsAllowedForProfi
khmel 2016/05/13 16:01:49 Good point, I overlooked this.
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698