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

Issue 2575603002: Add data usage tracking for GAIA auth api (Closed)

Created:
4 years ago by Raj
Modified:
3 years, 11 months ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add data usage tracking for GAIA auth api BUG=655749 Review-Url: https://codereview.chromium.org/2575603002 Cr-Commit-Position: refs/heads/master@{#445626} Committed: https://chromium.googlesource.com/chromium/src/+/a66ce0054bc03e4a8e787871bdf29a38e3e528d3

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 9

Patch Set 3 : Addressed comments and added more changes #

Total comments: 8

Patch Set 4 : Addressed tbansal comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -0 lines) Patch
M components/data_use_measurement/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_use_measurement/core/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_measurement.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_user_data.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_user_data.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_auth_fetcher.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_auth_util.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_auth_util.cc View 1 2 3 4 chunks +23 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_oauth_client.cc View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M google_apis/gaia/oauth2_access_token_fetcher_impl.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M google_apis/gaia/oauth2_api_call_flow.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 34 (20 generated)
Raj
4 years ago (2016-12-14 06:09:14 UTC) #10
Raj
zelidrag: ptal google_apis/gaia/*
4 years ago (2016-12-14 06:10:56 UTC) #12
Raj
On 2016/12/14 06:10:56, Raj wrote: > zelidrag: ptal google_apis/gaia/* This is a modified approach since ...
4 years ago (2016-12-14 06:12:04 UTC) #13
Raj
On 2016/12/14 06:12:04, Raj wrote: > On 2016/12/14 06:10:56, Raj wrote: > > zelidrag: ptal ...
3 years, 11 months ago (2016-12-29 18:15:32 UTC) #14
Raj
On 2016/12/29 18:15:32, Raj wrote: > On 2016/12/14 06:12:04, Raj wrote: > > On 2016/12/14 ...
3 years, 11 months ago (2017-01-12 03:25:34 UTC) #15
Raj
msarda: ptal google_apis/gaia/*
3 years, 11 months ago (2017-01-20 21:49:29 UTC) #17
msarda
LGTM with nits. https://codereview.chromium.org/2575603002/diff/20001/google_apis/gaia/gaia_auth_util.cc File google_apis/gaia/gaia_auth_util.cc (right): https://codereview.chromium.org/2575603002/diff/20001/google_apis/gaia/gaia_auth_util.cc#newcode28 google_apis/gaia/gaia_auth_util.cc:28: const void* kURLRequestUserDataKey = &kURLRequestUserDataKey; This ...
3 years, 11 months ago (2017-01-23 09:29:29 UTC) #18
Raj
msarda: ptal new changes in google_apis/gaia/* holte: ptal histograms.xml tbansal: ptal components/data_use_measurement/core/* https://codereview.chromium.org/2575603002/diff/20001/google_apis/gaia/gaia_auth_util.cc File google_apis/gaia/gaia_auth_util.cc ...
3 years, 11 months ago (2017-01-23 18:47:11 UTC) #21
tbansal1
https://codereview.chromium.org/2575603002/diff/60001/google_apis/gaia/gaia_auth_util.cc File google_apis/gaia/gaia_auth_util.cc (right): https://codereview.chromium.org/2575603002/diff/60001/google_apis/gaia/gaia_auth_util.cc#newcode55 google_apis/gaia/gaia_auth_util.cc:55: return new GaiaURLRequestUserData(); qq, who frees up this data? ...
3 years, 11 months ago (2017-01-23 21:03:05 UTC) #22
Raj
https://codereview.chromium.org/2575603002/diff/60001/google_apis/gaia/gaia_auth_util.cc File google_apis/gaia/gaia_auth_util.cc (right): https://codereview.chromium.org/2575603002/diff/60001/google_apis/gaia/gaia_auth_util.cc#newcode55 google_apis/gaia/gaia_auth_util.cc:55: return new GaiaURLRequestUserData(); On 2017/01/23 21:03:05, tbansal1 wrote: > ...
3 years, 11 months ago (2017-01-23 21:53:02 UTC) #23
Steven Holte
histograms lgtm
3 years, 11 months ago (2017-01-24 01:43:05 UTC) #24
tbansal1
lgtm
3 years, 11 months ago (2017-01-24 02:33:43 UTC) #27
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/2575603002/80001
3 years, 11 months ago (2017-01-24 02:46:55 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 03:23:50 UTC) #34
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/a66ce0054bc03e4a8e787871bdf2...

Powered by Google App Engine
This is Rietveld 408576698