| Index: google_apis/gaia/gaia_constants.cc
|
| diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc
|
| index b9193f81cc81cf8e888d342372fdcf406f4ab23e..4a0a5f6dca29bdd81c40df864d987e4568182198 100644
|
| --- a/google_apis/gaia/gaia_constants.cc
|
| +++ b/google_apis/gaia/gaia_constants.cc
|
| @@ -33,6 +33,9 @@ const char kDeviceManagementServiceOAuth[] =
|
| const char kCWSNotificationScope[] =
|
| "https://www.googleapis.com/auth/chromewebstore.notification";
|
|
|
| +// OAuth2 scope for access to all Google APIs.
|
| +const char kAnyApiOAuth2Scope[] = "https://www.googleapis.com/auth/any-api";
|
| +
|
| // Service for LSO endpoint of Google that exposes OAuth APIs.
|
| const char kLSOService[] = "lso";
|
|
|
|
|