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

Issue 83943002: Adding UMA metric to record the type of suggestion displayed on the NTP's Most Visited section. (Closed)

Created:
7 years, 1 month ago by beaudoin
Modified:
7 years ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, estade+watch_chromium.org, kmadhusu+watch_chromium.org, Jered, pedrosimonetti+watch_chromium.org
Visibility:
Public.

Description

Adding UMA metric to record the type of suggestion displayed on the NTP's Most Visited section. BUG=322648 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236973

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Answered Mathieu's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -3 lines) Patch
chrome/browser/resources/local_ntp/most_visited_util.js View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
chrome/browser/ui/webui/ntp/ntp_user_data_logger.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc View 1 2 5 chunks +25 lines, -1 line 0 comments Download
chrome/common/ntp_logging_events.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
tools/metrics/histograms/histograms.xml View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
beaudoin
mathp: Overall logic. asvitkine: tools/metrics/histograms/histograms.xml dbeam: chrome/browser/resources/local_ntp/most_visited_util.js chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc chrome/browser/ui/webui/ntp/ntp_user_data_logger.h sky: chrome/browser/resources/local_ntp/most_visited_util.js chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc chrome/browser/ui/webui/ntp/ntp_user_data_logger.h chrome/common/ntp_logging_events.h
7 years, 1 month ago (2013-11-22 19:48:59 UTC) #1
Mathieu
lgtm, see nits https://chromiumcodereview.appspot.com/83943002/diff/30001/chrome/browser/resources/local_ntp/most_visited_util.js File chrome/browser/resources/local_ntp/most_visited_util.js (right): https://chromiumcodereview.appspot.com/83943002/diff/30001/chrome/browser/resources/local_ntp/most_visited_util.js#newcode33 chrome/browser/resources/local_ntp/most_visited_util.js:33: // We got a suggestion coming ...
7 years, 1 month ago (2013-11-22 19:58:18 UTC) #2
beaudoin
https://chromiumcodereview.appspot.com/83943002/diff/30001/chrome/browser/resources/local_ntp/most_visited_util.js File chrome/browser/resources/local_ntp/most_visited_util.js (right): https://chromiumcodereview.appspot.com/83943002/diff/30001/chrome/browser/resources/local_ntp/most_visited_util.js#newcode33 chrome/browser/resources/local_ntp/most_visited_util.js:33: // We got a suggestion coming from the server. ...
7 years, 1 month ago (2013-11-22 20:09:34 UTC) #3
Alexei Svitkine (slow)
histograms.xml LGTM You should probably have a chromium bug to track a change of this ...
7 years, 1 month ago (2013-11-22 20:11:52 UTC) #4
beaudoin
On 2013/11/22 20:11:52, Alexei Svitkine wrote: > histograms.xml LGTM > > You should probably have ...
7 years, 1 month ago (2013-11-22 20:14:49 UTC) #5
sky
LGTM
7 years, 1 month ago (2013-11-22 21:28:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/83943002/30002
7 years, 1 month ago (2013-11-23 16:10:51 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=192436
7 years, 1 month ago (2013-11-23 16:57:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/83943002/30002
7 years, 1 month ago (2013-11-23 18:32:26 UTC) #9
commit-bot: I haz the power
Change committed as 236973
7 years, 1 month ago (2013-11-23 20:59:12 UTC) #10
Dan Beam
On 2013/11/22 19:48:59, beaudoin wrote: > mathp: Overall logic. > > asvitkine: > tools/metrics/histograms/histograms.xml > ...
7 years ago (2013-11-25 20:58:13 UTC) #11
beaudoin
7 years ago (2013-11-25 21:05:26 UTC) #12
Message was sent while issue was closed.
On 2013/11/25 20:58:13, Dan Beam wrote:
> On 2013/11/22 19:48:59, beaudoin wrote:
> > mathp: Overall logic.
> > 
> > asvitkine:
> >   tools/metrics/histograms/histograms.xml
> > dbeam:
> >   chrome/browser/resources/local_ntp/most_visited_util.js
> >   chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
> >   chrome/browser/ui/webui/ntp/ntp_user_data_logger.h
> 
> ^ why ask for review if you're not going to wait for one?
> 
> > sky:
> >   chrome/browser/resources/local_ntp/most_visited_util.js
> >   chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
> >   chrome/browser/ui/webui/ntp/ntp_user_data_logger.h
> >   chrome/common/ntp_logging_events.h

Sorry about that I used "git cl owners" for the first time and it suggested you
and sky but I missed the fact that your files were a subset of his. I should
have pointed it out when I removed you from the review. :|

Powered by Google App Engine
This is Rietveld 408576698