OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <if expr="is_android or is_ios"> | 8 <if expr="is_android or is_ios"> |
9 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 9 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 </if> | 10 </if> |
(...skipping 12 matching lines...) Expand all Loading... |
23 <tr> | 23 <tr> |
24 <td class="name">Snippets enabled | 24 <td class="name">Snippets enabled |
25 <td id="flag-snippets" class="value"> | 25 <td id="flag-snippets" class="value"> |
26 <tr> | 26 <tr> |
27 <td class="name">Article Suggestions enabled | 27 <td class="name">Article Suggestions enabled |
28 <td id="flag-article-suggestions" class="value"> | 28 <td id="flag-article-suggestions" class="value"> |
29 <tr> | 29 <tr> |
30 <td class="name">Recent Tab Suggestions enabled | 30 <td class="name">Recent Tab Suggestions enabled |
31 <td id="flag-recent-offline-tab-suggestions" class="value"> | 31 <td id="flag-recent-offline-tab-suggestions" class="value"> |
32 <tr> | 32 <tr> |
| 33 <td class="name">Offlining Recent Tabs enabled |
| 34 <td id="flag-offlining-recent-pages-feature" class="value"> |
| 35 <tr> |
33 <td class="name">Asset Download Suggestions enabled | 36 <td class="name">Asset Download Suggestions enabled |
34 <td id="flag-asset-download-suggestions" class="value"> | 37 <td id="flag-asset-download-suggestions" class="value"> |
35 <tr> | 38 <tr> |
36 <td class="name">Offline Page Download Suggestions enabled | 39 <td class="name">Offline Page Download Suggestions enabled |
37 <td id="flag-offline-page-download-suggestions" class="value"> | 40 <td id="flag-offline-page-download-suggestions" class="value"> |
38 <tr> | 41 <tr> |
39 <td class="name">Bookmark Suggestions enabled | 42 <td class="name">Bookmark Suggestions enabled |
40 <td id="flag-bookmark-suggestions" class="value"> | 43 <td id="flag-bookmark-suggestions" class="value"> |
41 <tr> | 44 <tr> |
42 <td class="name">Physical Web Page Suggestions enabled | 45 <td class="name">Physical Web Page Suggestions enabled |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 <tr> | 187 <tr> |
185 <td>Publisher name | 188 <td>Publisher name |
186 <td jscontent="publisherName"> | 189 <td jscontent="publisherName"> |
187 </table> | 190 </table> |
188 </div> | 191 </div> |
189 </table> | 192 </table> |
190 </div> | 193 </div> |
191 <div class="detail" id="content-suggestions-empty"></div> | 194 <div class="detail" id="content-suggestions-empty"></div> |
192 </div> | 195 </div> |
193 </div> | 196 </div> |
OLD | NEW |