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

Unified Diff: components/policy/core/common/cloud/cloud_policy_client_registration_helper.h

Issue 2953253002: [DICE] Enable sync for an account that is already present in the token service. (Closed)
Patch Set: Address code review Created 3 years, 5 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: components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
index 85253d5c53dc7bdfa44e713c4a7f422895d8bc6c..59a894a3aef339231a09fb4b450567e88a7afadd 100644
--- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
+++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
@@ -56,12 +56,6 @@ class POLICY_EXPORT CloudPolicyClientRegistrationHelper
void StartRegistrationWithLoginToken(const std::string& login_refresh_token,
const base::Closure& callback);
- // Starts the client registration process. |access_token| must be a valid
- // OAuth access token for the scopes returned by the |GetScopes| static
- // function.
- void StartRegistrationWithAccessToken(const std::string& access_token,
- const base::Closure& callback);
-
// Returns the scopes required for policy client registration.
static std::vector<std::string> GetScopes();
#endif

Powered by Google App Engine
This is Rietveld 408576698