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

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: Split off Created 5 years, 1 month 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f3bfd8e80eda0da7f778ef629d217b0f48058e14..0e4d684dee4a2630ef3b48ab8cc7a3a92cc8c0a8 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -12,6 +12,10 @@ namespace prefs {
// *************** PROFILE PREFS ***************
// These are attached to the user profile
+#if defined(ENABLE_ARC)
khmel1 2015/11/24 09:41:03 Fix (OS_CHROMEOS) -> (ENABLE_ARC)
+// 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.
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698