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

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 mcs probe Created 4 years, 1 month 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
« no previous file with comments | « components/gcm_driver/gcm_internals_helper.cc ('k') | components/gcm_driver/resources/gcm_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
<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">
« no previous file with comments | « components/gcm_driver/gcm_internals_helper.cc ('k') | components/gcm_driver/resources/gcm_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698