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

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: resolved compile error. 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 16 matching lines...) Expand all
27 <tr> 27 <tr>
28 <td class="name">Recent Tab Suggestions enabled 28 <td class="name">Recent Tab Suggestions enabled
29 <td id="flag-recent-offline-tab-suggestions" class="value"> 29 <td id="flag-recent-offline-tab-suggestions" class="value">
30 <tr> 30 <tr>
31 <td class="name">Download Suggestions enabled 31 <td class="name">Download Suggestions enabled
32 <td id="flag-download-suggestions" class="value"> 32 <td id="flag-download-suggestions" class="value">
33 <tr> 33 <tr>
34 <td class="name">Bookmark Suggestions enabled 34 <td class="name">Bookmark Suggestions enabled
35 <td id="flag-bookmark-suggestions" class="value"> 35 <td id="flag-bookmark-suggestions" class="value">
36 <tr> 36 <tr>
37 <td class="name">Physical Web Page Suggestions enabled
38 <td id="flag-physical-web-page-suggestions" class="value">
39 <tr>
37 <td class="name">Snippets restricted to hosts 40 <td class="name">Snippets restricted to hosts
38 <td id="switch-restrict-to-hosts" class="value"> 41 <td id="switch-restrict-to-hosts" class="value">
39 <tr> 42 <tr>
40 <td class="name">Snippets type 43 <td class="name">Snippets type
41 <td id="switch-personalized" class="value"> 44 <td id="switch-personalized" class="value">
42 <tr> 45 <tr>
43 <td class="name">Snippets fetch URL 46 <td class="name">Snippets fetch URL
44 <td id="switch-fetch-url" class="value"> 47 <td id="switch-fetch-url" class="value">
45 </table> 48 </table>
46 </div> 49 </div>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 <tr> 171 <tr>
169 <td>Publisher name 172 <td>Publisher name
170 <td jscontent="publisherName"> 173 <td jscontent="publisherName">
171 </table> 174 </table>
172 </div> 175 </div>
173 </table> 176 </table>
174 </div> 177 </div>
175 <div class="detail" id="content-suggestions-empty"></div> 178 <div class="detail" id="content-suggestions-empty"></div>
176 </div> 179 </div>
177 </div> 180 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698