| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 46cc10ae791a72e49fff875d8bf20e2705413c79..00af1773ba2b06e526eba2ae59152fa38402ce57 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -12,6 +12,11 @@ namespace prefs {
|
| // *************** PROFILE PREFS ***************
|
| // These are attached to the user profile
|
|
|
| +
|
| +// A bool pref that keeps whether the child status for this profile was already
|
| +// successfully checked via ChildAccountService.
|
| +const char kChildAccountStatusKnown[] = "child_account_status_known";
|
| +
|
| // A string property indicating whether default apps should be installed
|
| // in this profile. Use the value "install" to enable defaults apps, or
|
| // "noinstall" to disable them. This property is usually set in the
|
|
|