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

Unified Diff: components/gcm_driver/resources/gcm_internals.html

Issue 1616113003: List message decryption failures on chrome://gcm-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after CL 1619053003 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/resources/gcm_internals.html
diff --git a/components/gcm_driver/resources/gcm_internals.html b/components/gcm_driver/resources/gcm_internals.html
index e2ffa896c824af60da5200df04b3e556b4fce12e..b43af9e5f8666f4db6f5ddeea8b5d1127397ce9c 100644
--- a/components/gcm_driver/resources/gcm_internals.html
+++ b/components/gcm_driver/resources/gcm_internals.html
@@ -168,6 +168,19 @@
</tbody>
</table>
+<h2>Message Decryption Failure Log</h2>
+<table class="log-table">
+ <thead>
+ <tr>
+ <th>Time</th>
+ <th>App Id</th>
+ <th>Details</th>
+ </tr>
+ </thead>
+ <tbody id="decryption-failure-info">
+ </tbody>
+</table>
+
<if expr="not is_android">
<h2>Send Message Log</h2>
<table class="log-table">
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl_unittest.cc ('k') | components/gcm_driver/resources/gcm_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698