|
[Experimental Framework] Move trial token code to renderer
In order to make the code changes easier to reason about, this is now part 1
of a two-part commit. In this commit, the existing code is moved from
content/common and content/child into content/renderer (it isn't used anywhere
else). In part 2, the keys are moved out of content into the embedder.
Part 2: https://codereview.chromium.org/1653263005/
BUG= 543220
Committed: https://crrev.com/5c7359f5e920964da0219705bdeacafac75ac078
Cr-Commit-Position: refs/heads/master@{#374763}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+29 lines, -511 lines) |
Patch |
 |
M |
content/child/blink_platform_impl.h
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
content/child/origin_trials/trial_token_validator.h
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
D |
content/child/origin_trials/trial_token_validator.cc
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
content/common/origin_trials/trial_token.h
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
D |
content/common/origin_trials/trial_token.cc
|
View
|
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
D |
content/common/origin_trials/trial_token_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -192 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/trial_token.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/trial_token.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/trial_token_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/trial_token_validator.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/trial_token_validator.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.h
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 15 (7 generated)
|