cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / translate_internals / error_logs.html
blobec842d0ea2d682a29703d670587411c6869209fc
1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div>
7 <h2>Error Logs</h2>
8 <table>
9 <thead>
10 <tr>
11 <th class="error-logs-time">Time</th>
12 <th class="error-logs-url">URL</th>
13 <th class="error-logs-error">Error</th>
14 </tr>
15 </thead>
16 <tbody></tbody>
17 </table>
18 </div>