Searched refs:oauth2_scopes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc189 OAuth2TokenService::ScopeSet oauth2_scopes; local
191 oauth2_scopes.insert(kOAuth2Scopes[i]);
196 token_service->InvalidateToken(account_id, oauth2_scopes, access_token_);
199 token_service->StartRequest(account_id, oauth2_scopes, this);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc2141 OAuth2TokenService::ScopeSet oauth2_scopes; local
2142 oauth2_scopes.insert(signin_->GetSyncScopeToUse());
2149 account_id, oauth2_scopes, access_token_);
2158 oauth2_token_service_->StartRequest(account_id, oauth2_scopes, this);

Completed in 71 milliseconds