| 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">
|
|
|