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

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

Issue 2889153003: [NTP::SectionOrder] Add ranker section to snippets internals. (Closed)
Patch Set: jkrcal@ nit. Created 3 years, 7 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
« 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 f40ad38dfeb1943a99b1b828f9ebd76b50cf6df2..55771170176240a604fe122895bde7351adfa19b 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -77,6 +77,16 @@ found in the LICENSE file.
</button>
</div>
+ <div id="ranker">
+ <h2>CategoryRanker</h2>
+ <table class="section-details">
+ <tr jsselect="list" style="display:none">
+ <td jscontent="label">
+ <td jscontent="content" class="value">
+ </tr>
+ </table>
+ </div>
+
<div id="snippets">
<h2>NTPSnippetsService</h2>
<div class="forms">
« 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