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

Unified Diff: components/signin/core/browser/chrome_connected_header_helper.h

Issue 2925083002: [signin] Move Mirror code to ChromeConnectedHeaderHelper (Closed)
Patch Set: fix comment Created 3 years, 6 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/signin/core/browser/chrome_connected_header_helper.h
diff --git a/components/signin/core/browser/chrome_connected_header_helper.h b/components/signin/core/browser/chrome_connected_header_helper.h
index 8cfd7c7e666b3ad97b09d2eb56e162bd35f91567..634c24d7e1176e4edaae14feb0fd495d2d30c0da 100644
--- a/components/signin/core/browser/chrome_connected_header_helper.h
+++ b/components/signin/core/browser/chrome_connected_header_helper.h
@@ -27,6 +27,11 @@ class ChromeConnectedHeaderHelper : public SigninHeaderHelper {
const content_settings::CookieSettings* cookie_settings,
int profile_mode_mask);
+ // Returns the parameters contained in the X-Chrome-Manage-Accounts response
+ // header.
+ static ManageAccountsParams BuildManageAccountsParams(
+ const std::string& header_value);
+
private:
// Returns whether the URL is eligible for the Gaia ID parameter.
bool IsUrlEligibleToIncludeGaiaId(const GURL& url, bool is_header_request);
« no previous file with comments | « chrome/browser/signin/chrome_signin_helper.cc ('k') | components/signin/core/browser/chrome_connected_header_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698