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

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

Issue 2614733002: [NTP::PhysicalWeb] Enable by default and depend on physical web flag. (Closed)
Patch Set: clean rebase. Created 3 years, 11 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 </if> 10 </if>
(...skipping 27 matching lines...) Expand all
38 <tr> 38 <tr>
39 <td class="name">Offline Page Download Suggestions enabled 39 <td class="name">Offline Page Download Suggestions enabled
40 <td id="flag-offline-page-download-suggestions" class="value"> 40 <td id="flag-offline-page-download-suggestions" class="value">
41 <tr> 41 <tr>
42 <td class="name">Bookmark Suggestions enabled 42 <td class="name">Bookmark Suggestions enabled
43 <td id="flag-bookmark-suggestions" class="value"> 43 <td id="flag-bookmark-suggestions" class="value">
44 <tr> 44 <tr>
45 <td class="name">Physical Web Page Suggestions enabled 45 <td class="name">Physical Web Page Suggestions enabled
46 <td id="flag-physical-web-page-suggestions" class="value"> 46 <td id="flag-physical-web-page-suggestions" class="value">
47 <tr> 47 <tr>
48 <td class="name">Physical Web enabled
49 <td id="flag-physical-web" class="value">
50 <tr>
48 <td class="name">Snippets type 51 <td class="name">Snippets type
49 <td id="switch-personalized" class="value"> 52 <td id="switch-personalized" class="value">
50 <tr> 53 <tr>
51 <td class="name">Snippets fetch URL 54 <td class="name">Snippets fetch URL
52 <td id="switch-fetch-url" class="value"> 55 <td id="switch-fetch-url" class="value">
53 </table> 56 </table>
54 </div> 57 </div>
55 58
56 <div> 59 <div>
57 <h2>UserClassifier</h2> 60 <h2>UserClassifier</h2>
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <tr> 190 <tr>
188 <td>Publisher name 191 <td>Publisher name
189 <td jscontent="publisherName"> 192 <td jscontent="publisherName">
190 </table> 193 </table>
191 </div> 194 </div>
192 </table> 195 </table>
193 </div> 196 </div>
194 <div class="detail" id="content-suggestions-empty"></div> 197 <div class="detail" id="content-suggestions-empty"></div>
195 </div> 198 </div>
196 </div> 199 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698