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

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

Issue 2826013002: List relevant IDs from Finch in snippets-internals (Closed)
Patch Set: Created 3 years, 8 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <td id="flag-physical-web-page-suggestions" class="value"> 43 <td id="flag-physical-web-page-suggestions" class="value">
44 <tr> 44 <tr>
45 <td class="name">Physical Web enabled 45 <td class="name">Physical Web enabled
46 <td id="flag-physical-web" class="value"> 46 <td id="flag-physical-web" class="value">
47 <tr> 47 <tr>
48 <td class="name">Snippets type 48 <td class="name">Snippets type
49 <td id="switch-personalized" class="value"> 49 <td id="switch-personalized" class="value">
50 <tr> 50 <tr>
51 <td class="name">Snippets fetch URL 51 <td class="name">Snippets fetch URL
52 <td id="switch-fetch-url" class="value"> 52 <td id="switch-fetch-url" class="value">
53 <tr>
54 <td class="name">Experiment IDs
55 <td id="experiment-ids" class="value">
53 </table> 56 </table>
54 </div> 57 </div>
55 58
56 <div> 59 <div>
57 <h2>UserClassifier</h2> 60 <h2>UserClassifier</h2>
58 <table class="section-details"> 61 <table class="section-details">
59 <tr> 62 <tr>
60 <td class="name">User class 63 <td class="name">User class
61 <td id="user-class" class="value"> 64 <td id="user-class" class="value">
62 <tr> 65 <tr>
(...skipping 124 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