| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 7563ff640934036d6c7828d1e8a2efffdcf9eccd..3b953ee3e371c5911c96b4206bc79d4fb3a6c210 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -15,6 +15,9 @@
|
| namespace prefs {
|
|
|
| // Profile prefs. Please add Local State prefs below instead.
|
| +#if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST)
|
| +extern const char kArcApps[];
|
| +#endif
|
| extern const char kChildAccountStatusKnown[];
|
| extern const char kDefaultApps[];
|
| extern const char kDisableScreenshots[];
|
|
|