Skip to content

Commit

Permalink
[tracing] Update privacy filtering for fields.
Browse files Browse the repository at this point in the history
R=eseckler@chromium.org

Change-Id: I7773289dc53065c27f7ac12bb73f299f67d40b24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517581
Commit-Queue: Alexander Timin <altimin@chromium.org>
Commit-Queue: Eric Seckler <eseckler@chromium.org>
Reviewed-by: Eric Seckler <eseckler@chromium.org>
Auto-Submit: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823593}
  • Loading branch information
Alexander Timin authored and Commit Bot committed Nov 3, 2020
1 parent f057adf commit 19131d7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions services/tracing/perfetto/privacy_filtered_fields-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ constexpr MessageInfo kChromeWindowHandleEventInfo = {
kChromeWindowHandleEventInfoIndices, nullptr};

// Proto Message: TrackEvent
constexpr int kTrackEventIndices[] = {1, 2, 3, 5, 6, 9, 10, 11, 12,
16, 17, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 38, 40, 41, -1};
constexpr int kTrackEventIndices[] = {1, 2, 3, 5, 6, 9, 10, 11, 12, 16,
17, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 38, 40, 41, 42, -1};
constexpr MessageInfo const* kTrackEventComplexMessages[] = {
nullptr,
nullptr,
Expand All @@ -213,9 +213,11 @@ constexpr MessageInfo const* kTrackEventComplexMessages[] = {
&kSourceLocation,
nullptr,
&kChromeMessagePump,
nullptr,
&kChromeMojoEventInfo,
&kChromeRendererSchedulerState,
&kChromeWindowHandleEventInfo};
&kChromeWindowHandleEventInfo,
nullptr};
constexpr MessageInfo kTrackEvent = {kTrackEventIndices,
kTrackEventComplexMessages};

Expand Down

0 comments on commit 19131d7

Please sign in to comment.