|
Move trial token code to content/common.
Moves content/renderer/origin_trials/trial_token.* to content/common, and
moves ContentRendererClient::GetOriginTrialPublicKey to ContentClient, to
enable verification of trial tokens from the browser process.
BUG= 590873
Committed: https://crrev.com/67f486d991d883a5b3438f8ca820860e9979170d
Cr-Commit-Position: refs/heads/master@{#380823}
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+180 lines, -843 lines) |
Patch |
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_content_client.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_content_client.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/origin_trials/origin_trial_key_manager.h
|
View
|
1
2
|
1 chunk |
+17 lines, -0 lines |
2 comments
|
Download
|
 |
A + |
chrome/common/origin_trials/origin_trial_key_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.h
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/origin_trials/origin_trial_key_manager.h
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/origin_trials/origin_trial_key_manager.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
A + |
content/common/origin_trials/trial_token.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/common/origin_trials/trial_token.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/common/origin_trials/trial_token_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
content/common/origin_trials/trial_token_validator.h
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/origin_trials/trial_token_validator.cc
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/origin_trials/trial_token_validator_unittest.cc
|
View
|
1
|
3 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_client.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_client.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/content_renderer_client.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/content_renderer_client.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
content/renderer/origin_trials/trial_token.h
|
View
|
1
|
1 chunk |
+0 lines, -109 lines |
0 comments
|
Download
|
 |
D |
content/renderer/origin_trials/trial_token.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -159 lines |
0 comments
|
Download
|
 |
D |
content/renderer/origin_trials/trial_token_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
D |
content/renderer/origin_trials/trial_token_validator.h
|
View
|
1
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
content/renderer/origin_trials/trial_token_validator.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/renderer/origin_trials/trial_token_validator_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -147 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/origin_trials/web_trial_token_validator_impl.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/renderer/origin_trials/web_trial_token_validator_impl.cc
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/common/shell_content_client.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/common/shell_content_client.cc
|
View
|
1
2
3
|
3 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/shell_content_renderer_client.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/shell_content_renderer_client.cc
|
View
|
|
2 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 31 (14 generated)
|