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

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

Issue 2450383003: [GCM] Reset store on checkin rejection and add checkin state to internals (Closed)
Patch Set: Fix deps Created 4 years, 2 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 b43af9e5f8666f4db6f5ddeea8b5d1127397ce9c..67ec598141090b2fc3870cdc11230ade5731d7c4 100644
--- a/components/gcm_driver/resources/gcm_internals.html
+++ b/components/gcm_driver/resources/gcm_internals.html
@@ -86,6 +86,20 @@
</tr>
<tr>
Peter Beverloo 2016/10/28 15:52:30 <if expr="not is_android">
Nicolas Zea 2016/11/01 00:18:16 This all within that conditional already (see line
<td>
+ Last Checkin
+ </td>
+ <td id="last-checkin">
+ </td>
+ </tr>
+ <tr>
+ <td>
+ Next Checkin
+ </td>
+ <td id="next-checkin">
+ </td>
+ </tr>
+ <tr>
+ <td>
Registered App Ids
</td>
<td id="registered-app-ids">

Powered by Google App Engine
This is Rietveld 408576698