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

Issue 2697563002: Pass time since profile was loaded and request count on each ListAccount request to Gaia. (Closed)

Created:
3 years, 10 months ago by msarda
Modified:
3 years, 9 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass time since profile was loaded and request count on each ListAccount request to Gaia. This CL passes the following information on each ListAccount to Gaia: * the count of each ListAccounts request * the time passed since the profile was loaded and the moment the list accounts request is started. This information is needed to debug channel ID mismatches observed on Gaia for request coming from Chrome. Sample of list accounts request with the debug information: "https://accounts.google.com/ListAccounts?gpsia=1&source=ChromiumAccountReconcilor,counter:0,load_time_ms:327&json=standard" BUG=633256 Review-Url: https://codereview.chromium.org/2697563002 Cr-Commit-Position: refs/heads/master@{#454873} Committed: https://chromium.googlesource.com/chromium/src/+/b728d6759a83ac8b0967f5b993ac090017cf9fe8

Patch Set 1 : Nit #

Total comments: 2

Patch Set 2 : Pass debug info as part of the source #

Patch Set 3 : fix printf format #

Total comments: 2

Patch Set 4 : Fix unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -3 lines) Patch
M components/signin/core/browser/gaia_cookie_manager_service.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service.cc View 1 2 3 4 chunks +23 lines, -3 lines 0 comments Download

Messages

Total messages: 55 (45 generated)
msarda
Vinod: Please take a look at this CL and let me know if this would ...
3 years, 10 months ago (2017-02-13 13:03:33 UTC) #13
vanupam
https://codereview.chromium.org/2697563002/diff/80001/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2697563002/diff/80001/google_apis/gaia/gaia_auth_fetcher.cc#newcode663 google_apis/gaia/gaia_auth_fetcher.cc:663: extra_headers, list_accounts_gurl_, list_accounts_gurl_ is assigned in the constructor via ...
3 years, 10 months ago (2017-02-15 03:08:28 UTC) #20
msarda
I'll take a look and see how this can information can be added to the ...
3 years, 10 months ago (2017-02-15 16:03:04 UTC) #21
msarda
https://codereview.chromium.org/2697563002/diff/80001/google_apis/gaia/gaia_auth_fetcher.cc File google_apis/gaia/gaia_auth_fetcher.cc (right): https://codereview.chromium.org/2697563002/diff/80001/google_apis/gaia/gaia_auth_fetcher.cc#newcode663 google_apis/gaia/gaia_auth_fetcher.cc:663: extra_headers, list_accounts_gurl_, On 2017/02/15 03:08:28, vanupam wrote: > list_accounts_gurl_ ...
3 years, 9 months ago (2017-03-01 10:26:37 UTC) #28
msarda
Roger: Please take a look at this CL.
3 years, 9 months ago (2017-03-01 10:27:36 UTC) #35
Roger Tawa OOO till Jul 10th
lgtm with comment below. https://codereview.chromium.org/2697563002/diff/120001/components/signin/core/browser/gaia_cookie_manager_service.cc File components/signin/core/browser/gaia_cookie_manager_service.cc (right): https://codereview.chromium.org/2697563002/diff/120001/components/signin/core/browser/gaia_cookie_manager_service.cc#newcode765 components/signin/core/browser/gaia_cookie_manager_service.cc:765: static int32_t list_accounts_request_counter = 0; ...
3 years, 9 months ago (2017-03-01 13:42:37 UTC) #42
msarda
https://codereview.chromium.org/2697563002/diff/120001/components/signin/core/browser/gaia_cookie_manager_service.cc File components/signin/core/browser/gaia_cookie_manager_service.cc (right): https://codereview.chromium.org/2697563002/diff/120001/components/signin/core/browser/gaia_cookie_manager_service.cc#newcode765 components/signin/core/browser/gaia_cookie_manager_service.cc:765: static int32_t list_accounts_request_counter = 0; On 2017/03/01 13:42:37, Roger ...
3 years, 9 months ago (2017-03-01 14:35:24 UTC) #47
Roger Tawa OOO till Jul 10th
lgtm
3 years, 9 months ago (2017-03-01 16:41:38 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697563002/140001
3 years, 9 months ago (2017-03-06 15:17:55 UTC) #52
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 16:09:02 UTC) #55
Message was sent while issue was closed.
Committed patchset #4 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/b728d6759a83ac8b0967f5b993ac...

Powered by Google App Engine
This is Rietveld 408576698