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

Side by Side Diff: chrome/browser/resources/snippets_internals.html

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added unittest 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 unified diff | Download patch
OLDNEW
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
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 <tr> 165 <tr>
163 <td>Publisher name 166 <td>Publisher name
164 <td jscontent="publisherName"> 167 <td jscontent="publisherName">
165 </table> 168 </table>
166 </div> 169 </div>
167 </table> 170 </table>
168 </div> 171 </div>
169 <div class="detail" id="content-suggestions-empty"></div> 172 <div class="detail" id="content-suggestions-empty"></div>
170 </div> 173 </div>
171 </div> 174 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698