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

Issue 2882353002: Implement Ukm Mojo interface. (Closed)

Created:
3 years, 7 months ago by Steven Holte
Modified:
3 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, jam, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, yzshen1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement Ukm Mojo interface and make it available to content/renderer Depends on https://codereview.chromium.org/2883563002/ TBR=holte Review-Url: https://codereview.chromium.org/2882353002 Cr-Commit-Position: refs/heads/master@{#475658} Committed: https://chromium.googlesource.com/chromium/src/+/c0934409a5ad0453174431362d47fff9e6e68e13

Patch Set 1 #

Patch Set 2 : Move example to comment #

Total comments: 6

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -1 line) Patch
M chrome/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_manifest_overlay.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/ukm/BUILD.gn View 1 chunk +17 lines, -0 lines 0 comments Download
M components/ukm/public/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/ukm/public/mojo_ukm_recorder.h View 1 1 chunk +44 lines, -0 lines 0 comments Download
A components/ukm/public/mojo_ukm_recorder.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A components/ukm/ukm_interface.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A components/ukm/ukm_interface.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 40 (23 generated)
Steven Holte
Extracted from https://codereview.chromium.org/2883563002/
3 years, 7 months ago (2017-05-15 23:18:13 UTC) #2
oystein (OOO til 10th of July)
https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc File components/ukm/public/mojo_ukm_recorder.cc (right): https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc#newcode12 components/ukm/public/mojo_ukm_recorder.cc:12: : interface_(std::move(interface)){}; nit: space before {} https://codereview.chromium.org/2882353002/diff/20001/components/ukm/ukm_interface.h File components/ukm/ukm_interface.h ...
3 years, 7 months ago (2017-05-17 01:16:19 UTC) #3
oystein (OOO til 10th of July)
On 2017/05/17 at 01:16:19, oystein wrote: > https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc > File components/ukm/public/mojo_ukm_recorder.cc (right): > > https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc#newcode12 ...
3 years, 7 months ago (2017-05-17 01:19:15 UTC) #4
Steven Holte
https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc File components/ukm/public/mojo_ukm_recorder.cc (right): https://codereview.chromium.org/2882353002/diff/20001/components/ukm/public/mojo_ukm_recorder.cc#newcode12 components/ukm/public/mojo_ukm_recorder.cc:12: : interface_(std::move(interface)){}; On 2017/05/17 01:16:18, oystein wrote: > nit: ...
3 years, 7 months ago (2017-05-17 17:40:17 UTC) #5
Steven Holte
+yzshen for DEP on mojo/public from components/ukm Note the follow up to actually expose the ...
3 years, 7 months ago (2017-05-17 17:51:52 UTC) #8
Steven Holte
On 2017/05/17 17:51:52, Steven Holte wrote: > +yzshen for DEP on mojo/public from components/ukm > ...
3 years, 7 months ago (2017-05-17 17:54:33 UTC) #9
oystein (OOO til 10th of July)
On 2017/05/17 at 17:54:33, holte wrote: > On 2017/05/17 17:51:52, Steven Holte wrote: > > ...
3 years, 7 months ago (2017-05-24 17:22:42 UTC) #10
oystein (OOO til 10th of July)
On 2017/05/24 at 17:22:42, oystein wrote: > On 2017/05/17 at 17:54:33, holte wrote: > > ...
3 years, 7 months ago (2017-05-24 17:23:25 UTC) #11
yzshen1
On 2017/05/24 17:22:42, oystein wrote: > On 2017/05/17 at 17:54:33, holte wrote: > > On ...
3 years, 7 months ago (2017-05-24 19:43:07 UTC) #12
oystein (OOO til 10th of July)
+nasko for content/renderer
3 years, 7 months ago (2017-05-24 21:17:41 UTC) #17
oystein (OOO til 10th of July)
On 2017/05/24 at 21:17:41, oystein wrote: > +nasko for content/renderer Oh and also nasko for ...
3 years, 7 months ago (2017-05-24 21:18:42 UTC) #18
oystein (OOO til 10th of July)
On 2017/05/24 at 21:18:42, oystein wrote: > On 2017/05/24 at 21:17:41, oystein wrote: > > ...
3 years, 7 months ago (2017-05-25 21:24:35 UTC) #25
oystein (OOO til 10th of July)
nasko's going ooo, so: +tsepez for manifest and Mojo-ness +creis for content/renderer/DEPS
3 years, 7 months ago (2017-05-26 22:08:14 UTC) #30
Tom Sepez
lgtm
3 years, 6 months ago (2017-05-30 17:13:59 UTC) #31
Charlie Reis
RS LGTM for content/
3 years, 6 months ago (2017-05-30 18:08:53 UTC) #35
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/2882353002/40001
3 years, 6 months ago (2017-05-30 18:39:29 UTC) #37
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 20:43:10 UTC) #40
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c0934409a5ad0453174431362d47...

Powered by Google App Engine
This is Rietveld 408576698