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

Unified Diff: chrome/browser/resources/snippets_internals.html

Issue 2569663004: [NTPSnippets] Switch from TickClock to Clock for storing the last background fetched time. (Closed)
Patch Set: Add a DCHECK to check that the num or args passed to the new method is 0 Created 4 years 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 | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index 0e4ff0bf64859c9c071b26f0b4cbd1ad65e46799..dfde493ab2e915ab032c84b59e75cd6de330ea39 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -92,6 +92,17 @@ found in the LICENSE file.
</div>
</div>
+ <div id="remote-content-suggestions" class="">
+ <h2>Remote content suggestions</h2>
+ <div>
+ <span>Last Background Fetch Time: </span>
+ <span id="last-background-fetch-time-label"></span>
+ </div>
+ <button id="background-fetch-button" type="button">
+ Fetch remote suggestions in the background
+ </button>
+ </div>
+
<div id="content-suggestions">
<h2>Content suggestions by category
<span class="detail">(click for details)</span>
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698