Commit 402d37a1 authored by Toby Huang's avatar Toby Huang Committed by Commit Bot

Fix typo in gaia_constants.cc where url was "wwww" instead of "www"

Update kClearCutOAuth2Scope to be
"https://www.googleapis.com/auth/cclog" instead of
"https://wwww.googleapis.com/auth/cclog".

Bug: 1010603
Change-Id: I18afbb69a66a23c55cca782a5b7bfb0cb0334262
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846315Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Toby Huang <tobyhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703828}
parent 2d0983c0
......@@ -69,7 +69,7 @@ const char kAuditRecordingOAuth2Scope[] =
"https://www.googleapis.com/auth/auditrecording-pa";
// OAuth scope for access to clear cut logs.
const char kClearCutOAuth2Scope[] = "https://wwww.googleapis.com/auth/cclog";
const char kClearCutOAuth2Scope[] = "https://www.googleapis.com/auth/cclog";
// Used to mint uber auth tokens when needed.
const char kGaiaSid[] = "sid";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment