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

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

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: Remove more-button for Recent Tabs Created 4 years, 4 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: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index f80dbe35dc5414aab4d91b2f4f01dc48812bd4d9..cb2f2f01f259c4adef29d4a714ddde15195b3011 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -25,8 +25,14 @@ found in the LICENSE file.
<td class="name">Snippets enabled
<td id="flag-snippets" class="value">
<tr>
- <td class="name">Offline Page Suggestions enabled
- <td id="flag-offline-page-suggestions" class="value">
+ <td class="name">Recent Tab Suggestions enabled
+ <td id="flag-recent-offline-tab-suggestions" class="value">
+ <tr>
+ <td class="name">Download Suggestions enabled
+ <td id="flag-download-suggestions" class="value">
+ <tr>
+ <td class="name">Bookmark Suggestions enabled
+ <td id="flag-bookmark-suggestions" class="value">
<tr>
<td class="name">Snippets restricted to hosts
<td id="switch-restrict-to-hosts" class="value">

Powered by Google App Engine
This is Rietveld 408576698