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

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

Issue 2923733003: [signin] Add DICe flow for account consistency requests. (Closed)
Patch Set: 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/signin_header_helper.h
diff --git a/components/signin/core/browser/signin_header_helper.h b/components/signin/core/browser/signin_header_helper.h
index 4e02a0c73f7f7288d1d66e1c98c600874d6c540a..e619a0b21f1ab15f67ad0129ddd21f4f966d8ff6 100644
--- a/components/signin/core/browser/signin_header_helper.h
+++ b/components/signin/core/browser/signin_header_helper.h
@@ -31,6 +31,7 @@ enum ProfileMode {
};
extern const char kChromeConnectedHeader[];
msarda 2017/06/07 13:06:30 I think these headers are public only for test. I
droger 2017/06/07 13:29:57 Yes, that's fine.
msarda 2017/06/08 02:53:38 After today's discussion ,let's keep the current n
+extern const char kChromeIDConsistencyRequestHeader[];
// The ServiceType specified by GAIA in the response header accompanying the 204
// response. This indicates the action Chrome is supposed to lead the user to

Powered by Google App Engine
This is Rietveld 408576698