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

Unified Diff: chrome/common/pref_names.cc

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1f2e778abe42bdd4bddc6fb8dc3b25716171aeed..88a8264caf543e71c93b128e310eea1f7f7d6d66 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -13,6 +13,10 @@ namespace prefs {
// *************** PROFILE PREFS ***************
// These are attached to the user profile
+#if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST)
+// A preference to keep list of ARC apps and its state.
+const char kArcApps[] = "arc.apps";
+#endif
// A bool pref that keeps whether the child status for this profile was already
// successfully checked via ChildAccountService.
« chrome/browser/ui/app_list/extension_app_model_builder.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698