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

Unified Diff: chrome/browser/signin/chrome_signin_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
Index: chrome/browser/signin/chrome_signin_helper.h
diff --git a/chrome/browser/signin/chrome_signin_helper.h b/chrome/browser/signin/chrome_signin_helper.h
index 848f289dc9cace17e562ac5323c3325bf03583cc..15b52b9043f8445bdfe04240f21d951b9bf915b5 100644
--- a/chrome/browser/signin/chrome_signin_helper.h
+++ b/chrome/browser/signin/chrome_signin_helper.h
@@ -31,13 +31,13 @@ void FixAccountConsistencyRequestHeader(net::URLRequest* request,
int child_id,
int route_id);
-// Looks for the X-Chrome-Manage-Accounts response header, and if found,
-// tries to show the avatar bubble in the browser identified by the
-// child/route id. Must be called on IO thread.
-void ProcessMirrorResponseHeaderIfExists(net::URLRequest* request,
- ProfileIOData* io_data,
- int child_id,
- int route_id);
+// Processes account consistency response headers (X-Chrome-Manage-Accounts and
+// Dice). |redirect_url| is empty if the request is not a redirect.
+void ProcessAccountConsistencyResponseHeaders(net::URLRequest* request,
+ const GURL& redirect_url,
+ ProfileIOData* io_data,
+ int child_id,
+ int route_id);
}; // namespace signin
« no previous file with comments | « chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc ('k') | chrome/browser/signin/chrome_signin_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698