Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: google_apis/gaia/gaia_constants.cc

Issue 12538009: Public Sessions: fetch device robot api token during enterprise enrollment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed review comments. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698