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 maximum-scale=1.0, user-scalable=no"> | 10 maximum-scale=1.0, user-scalable=no"> |
(...skipping 10 matching lines...) Expand all Loading... |
21 <div> | 21 <div> |
22 <h2>Properties</h2> | 22 <h2>Properties</h2> |
23 <table class="section-details"> | 23 <table class="section-details"> |
24 <tr> | 24 <tr> |
25 <td class="name">Snippets enabled | 25 <td class="name">Snippets enabled |
26 <td id="flag-snippets" class="value"> | 26 <td id="flag-snippets" class="value"> |
27 <tr> | 27 <tr> |
28 <td class="name">Offline Page Suggestions enabled | 28 <td class="name">Offline Page Suggestions enabled |
29 <td id="flag-offline-page-suggestions" class="value"> | 29 <td id="flag-offline-page-suggestions" class="value"> |
30 <tr> | 30 <tr> |
| 31 <td class="name">Physical Web Page Suggestions enabled |
| 32 <td id="flag-physical-web-page-suggestions" class="value"> |
| 33 <tr> |
31 <td class="name">Snippets restricted to hosts | 34 <td class="name">Snippets restricted to hosts |
32 <td id="switch-restrict-to-hosts" class="value"> | 35 <td id="switch-restrict-to-hosts" class="value"> |
33 <tr> | 36 <tr> |
34 <td class="name">Snippets type | 37 <td class="name">Snippets type |
35 <td id="switch-personalized" class="value"> | 38 <td id="switch-personalized" class="value"> |
36 <tr> | 39 <tr> |
37 <td class="name">Snippets fetch URL | 40 <td class="name">Snippets fetch URL |
38 <td id="switch-fetch-url" class="value"> | 41 <td id="switch-fetch-url" class="value"> |
39 </table> | 42 </table> |
40 </div> | 43 </div> |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 </div> | 206 </div> |
204 <div class="detail" id="content-suggestions-empty"></div> | 207 <div class="detail" id="content-suggestions-empty"></div> |
205 <div class="forms"> | 208 <div class="forms"> |
206 <input id="submit-clear-cached-suggestions" type="submit" | 209 <input id="submit-clear-cached-suggestions" type="submit" |
207 value="Clear cached suggestions"> | 210 value="Clear cached suggestions"> |
208 <input id="submit-clear-dismissed-suggestions" type="submit" | 211 <input id="submit-clear-dismissed-suggestions" type="submit" |
209 value="Clear dismissed suggestions"> | 212 value="Clear dismissed suggestions"> |
210 </div> | 213 </div> |
211 </div> | 214 </div> |
212 </div> | 215 </div> |
OLD | NEW |