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

Issue 2877673003: Expose UkmService to content/ (Closed)

Created:
3 years, 7 months ago by Navid Zolghadr
Modified:
3 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org, jam
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose UkmService to content/ Expose UkmService to content so input metrics can be reported via UKM like what the following dependent CL does: https://codereview.chromium.org/2888153002/ BUG=719604 Review-Url: https://codereview.chromium.org/2877673003 Cr-Commit-Position: refs/heads/master@{#474698} Committed: https://chromium.googlesource.com/chromium/src/+/bbffc6cbcfa52fc2a8eec5b8ecc686f880541464

Patch Set 1 #

Patch Set 2 : Expose UkmService to content/ #

Patch Set 3 : Rebase #

Patch Set 4 : Add metric/proto dependency #

Patch Set 5 : Extract repoting of input metric into another CL #

Total comments: 14

Patch Set 6 : Rebase #

Patch Set 7 : Use ukm::SourceId instead of int32 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -1 line) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.h View 1 2 3 4 5 6 3 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 2 chunks +10 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 54 (33 generated)
Navid Zolghadr
Oysteine, this is still a work in progress. But I seem to get a link ...
3 years, 7 months ago (2017-05-11 15:47:26 UTC) #2
oystein (OOO til 10th of July)
On 2017/05/11 at 15:47:26, nzolghadr wrote: > Oysteine, this is still a work in progress. ...
3 years, 7 months ago (2017-05-11 22:12:10 UTC) #3
Navid Zolghadr
On 2017/05/11 22:12:10, oystein wrote: > On 2017/05/11 at 15:47:26, nzolghadr wrote: > > Oysteine, ...
3 years, 7 months ago (2017-05-12 14:25:22 UTC) #4
oystein (OOO til 10th of July)
On 2017/05/12 at 14:25:22, nzolghadr wrote: > On 2017/05/11 22:12:10, oystein wrote: > > On ...
3 years, 7 months ago (2017-05-12 18:44:34 UTC) #5
Navid Zolghadr
ptal.
3 years, 7 months ago (2017-05-15 16:22:08 UTC) #17
tdresser
Can we split plumbing and reporting input metrics into separate patches?
3 years, 7 months ago (2017-05-17 14:24:10 UTC) #20
Navid Zolghadr
On 2017/05/17 14:24:10, tdresser wrote: > Can we split plumbing and reporting input metrics into ...
3 years, 7 months ago (2017-05-17 17:36:55 UTC) #24
oystein (OOO til 10th of July)
lgtm +holte
3 years, 7 months ago (2017-05-17 17:42:36 UTC) #25
oystein (OOO til 10th of July)
https://codereview.chromium.org/2883563002/ changes the source_id from int32 to a ukm::SourceId typedef as an fyi
3 years, 7 months ago (2017-05-17 17:46:23 UTC) #27
oystein (OOO til 10th of July)
On 2017/05/17 at 17:46:23, oystein wrote: > https://codereview.chromium.org/2883563002/ changes the source_id from int32 to a ...
3 years, 7 months ago (2017-05-17 17:48:08 UTC) #28
Navid Zolghadr
On 2017/05/17 17:48:08, oystein wrote: > On 2017/05/17 at 17:46:23, oystein wrote: > > https://codereview.chromium.org/2883563002/ ...
3 years, 7 months ago (2017-05-17 18:00:17 UTC) #29
Navid Zolghadr
creis@chromium.org: Please review changes in content/*
3 years, 7 months ago (2017-05-19 18:33:05 UTC) #33
Navid Zolghadr
On 2017/05/19 18:33:05, Navid Zolghadr wrote: > mailto:creis@chromium.org: Please review changes in > > content/* ...
3 years, 7 months ago (2017-05-24 15:18:09 UTC) #34
Charlie Reis
[+nick] On 2017/05/24 15:18:09, Navid Zolghadr wrote: > On 2017/05/19 18:33:05, Navid Zolghadr wrote: > ...
3 years, 7 months ago (2017-05-24 16:28:32 UTC) #37
Navid Zolghadr
https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS File content/browser/DEPS (right): https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS#newcode18 content/browser/DEPS:18: "+components/ukm", On 2017/05/24 16:28:31, Charlie Reis wrote: > Nick ...
3 years, 7 months ago (2017-05-24 16:41:54 UTC) #38
Charlie Reis
https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS File content/browser/DEPS (right): https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS#newcode18 content/browser/DEPS:18: "+components/ukm", On 2017/05/24 16:41:54, Navid Zolghadr wrote: > On ...
3 years, 7 months ago (2017-05-24 16:46:25 UTC) #39
oystein (OOO til 10th of July)
On 2017/05/24 at 16:46:25, creis wrote: > https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS > File content/browser/DEPS (right): > > https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS#newcode18 ...
3 years, 7 months ago (2017-05-24 17:21:29 UTC) #40
Navid Zolghadr
ptal. https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS File content/browser/DEPS (right): https://codereview.chromium.org/2877673003/diff/80001/content/browser/DEPS#newcode18 content/browser/DEPS:18: "+components/ukm", On 2017/05/24 16:46:24, Charlie Reis (overloaded) wrote: ...
3 years, 7 months ago (2017-05-25 15:45:46 UTC) #43
Charlie Reis
Thanks! LGTM.
3 years, 7 months ago (2017-05-25 17:10:13 UTC) #46
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/2877673003/120001
3 years, 7 months ago (2017-05-25 17:49:46 UTC) #51
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 17:56:57 UTC) #54
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/bbffc6cbcfa52fc2a8eec5b8ecc6...

Powered by Google App Engine
This is Rietveld 408576698