| Index: chrome/browser/resources/translate_internals/detection_logs.html
|
| diff --git a/chrome/browser/resources/translate_internals/detection_logs.html b/chrome/browser/resources/translate_internals/detection_logs.html
|
| index e2fb18c937095f672da8226320c8d97f3f0c301d..7af3b1937ab0aaddfce5d80e8c41e04c8bf8b177 100644
|
| --- a/chrome/browser/resources/translate_internals/detection_logs.html
|
| +++ b/chrome/browser/resources/translate_internals/detection_logs.html
|
| @@ -4,7 +4,7 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
| <div>
|
| - <h2>Detection Logs</h2>
|
| + <h2>Detection Logs <button id="detection-logs-dump">Dump</button></h2>
|
| <table>
|
| <thead>
|
| <tr>
|
| @@ -20,6 +20,7 @@ found in the LICENSE file.
|
| Is CLD reliable?
|
| </th>
|
| <th class="detection-logs-language">Adopted language</th>
|
| + <th class="detection-logs-content">Content</th>
|
| </tr>
|
| </thead>
|
| <tbody></tbody>
|
|
|