|
List message decryption failures on chrome://gcm-internals
This CL is basically just plumbing of a result code to an internal
diagnosis page. Decryption is done at the level of the GCM Driver,
while, for desktop, the GCMStatsRecorder is owned by the GCMClient
several layers down, on another thread.
BUG= 569127
Committed: https://crrev.com/3b13f04b739480acc7d449ef5c4ba0157bb538b5
Cr-Commit-Position: refs/heads/master@{#371084}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -10 lines) |
Patch |
 |
M |
components/gcm_driver/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/crypto/gcm_encryption_provider.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/crypto/gcm_encryption_provider.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_client.h
|
View
|
1
2
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_client.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_driver.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_driver.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_activity.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_activity.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client_impl.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client_impl.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_android.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_android.cc
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop.cc
|
View
|
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_internals_constants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_internals_constants.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_internals_helper.cc
|
View
|
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_android.h
|
View
|
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_android.cc
|
View
|
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_android_unittest.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_impl.h
|
View
|
|
4 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_impl.cc
|
View
|
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_stats_recorder_impl_unittest.cc
|
View
|
|
5 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/resources/gcm_internals.html
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/resources/gcm_internals.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|