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

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

Issue 2918403009: [Dice] Parse the Dice response header (Closed)
Patch Set: Remove logout url 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
« no previous file with comments | « chrome/browser/signin/chrome_signin_helper.cc ('k') | components/signin/core/browser/dice_header_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/dice_header_helper.h
diff --git a/components/signin/core/browser/dice_header_helper.h b/components/signin/core/browser/dice_header_helper.h
index b6bf1f64b6594f9fb69d8c9f3153155c06c7ac92..a3a2e98a7142752ebae560806deade895f942204 100644
--- a/components/signin/core/browser/dice_header_helper.h
+++ b/components/signin/core/browser/dice_header_helper.h
@@ -19,6 +19,11 @@ class DiceHeaderHelper : public SigninHeaderHelper {
DiceHeaderHelper() {}
~DiceHeaderHelper() override {}
+ // Returns the parameters contained in the X-Chrome-ID-Consistency-Response
+ // response header.
+ static DiceResponseParams BuildDiceResponseParams(
+ const std::string& header_value);
+
private:
// SigninHeaderHelper implementation:
bool IsUrlEligibleForRequestHeader(const GURL& url) override;
« no previous file with comments | « chrome/browser/signin/chrome_signin_helper.cc ('k') | components/signin/core/browser/dice_header_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698