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

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

Issue 2826013002: List relevant IDs from Finch in snippets-internals (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">Server-provided 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 <tr> 195 <tr>
193 <td>Publisher name 196 <td>Publisher name
194 <td jscontent="publisherName"> 197 <td jscontent="publisherName">
195 </table> 198 </table>
196 </div> 199 </div>
197 </table> 200 </table>
198 </div> 201 </div>
199 <div class="detail" id="content-suggestions-empty"></div> 202 <div class="detail" id="content-suggestions-empty"></div>
200 </div> 203 </div>
201 </div> 204 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698