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

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: 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
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index acfa350f73b5fa174d8014ecacab2fc0cd628c0c..ab31022ac342b1bd25fa39a5b7859635ced8e8eb 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -93,6 +93,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 Suggestion in the Background
Bernhard Bauer 2016/12/13 13:06:54 Nit: "suggestions", and no need to capitalize beyo
markusheintz_ 2016/12/13 14:01:28 Done.
+ </button>
+ </div>
+
<div id="content-suggestions">
<h2>Content suggestions by category
<span class="detail">(click for details)</span>

Powered by Google App Engine
This is Rietveld 408576698