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

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: Discard accidental change in chrome/browser/prefs/browser_prefs.cc 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 7e325e8f708b970161f4ddaa0e24ee28af1c908f..04d1af5aa7c09b90404fa0dccceb458840428c09 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(OS_CHROMEOS)
+// A preference to keep list of Arc(android) applications and its state.
Luis Héctor Chávez 2015/11/12 20:49:16 Let's just call these ARC applications.
khmel1 2015/11/13 15:00:56 Done.
+const char kArcApps[] = "arcapps";
Luis Héctor Chávez 2015/11/12 20:49:16 const char kArcAppList[] = "arc.app_list"?
khmel1 2015/11/13 15:00:56 Done.
+#endif
// A bool pref that keeps whether the child status for this profile was already
// successfully checked via ChildAccountService.

Powered by Google App Engine
This is Rietveld 408576698