| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 79f06621e38e747718c0db28b39d8a412644b24d..69ee88aefa67af38e3d4ddf68f62700b49396f6d 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.
|
|
|