Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index d85b23271e84d53dd18dd2b365a8068c6bcb43e7..290b8be0bf3a77764aa5b07d27bc225e260a3d28 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -27,6 +27,7 @@ const char kArcSetNotificationsEnabledDeferred[] = |
| "arc.set_notifications_enabled_deferred"; |
| // A preference that indicates status of Android sign-in. |
| const char kArcSignedIn[] = "arc.signedin"; |
| +const char kArcLocationServiceEnabled[] = "arc.location_service.enabled"; |
|
xiyuan
2016/07/25 18:03:40
nit: alpha sort and document it ?
khmel
2016/07/25 22:48:48
Done, I remember I did it :) probably was lost.
|
| #endif |
| // A bool pref that keeps whether the child status for this profile was already |