| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 87f06509d5838654cfe6a238f3cc5bf4cb3850a3..63065a2124836c0b03e476dfa93019ad682d7f9b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2046,6 +2046,13 @@ const char kUptimeLimit[] = "automatic_reboot.uptime_limit";
|
| // Whether an automatic reboot should be scheduled when an update has been
|
| // applied and a reboot is required to complete the update process.
|
| const char kRebootAfterUpdate[] = "automatic_reboot.reboot_after_update";
|
| +
|
| +// An any-api scoped refresh token for enterprise-enrolled devices. Allows
|
| +// for connection to Google APIs when the user isn't logged in. Currently used
|
| +// for for getting a cloudprint scoped token to allow printing in Guest mode,
|
| +// Public Accounts and kiosks.
|
| +const char kDeviceRobotAnyApiRefreshToken[] =
|
| + "device_robot_refresh_token.any-api";
|
| #endif
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|