| Index: chrome/browser/resources/translate_internals/translate_internals.html
|
| diff --git a/chrome/browser/resources/translate_internals/translate_internals.html b/chrome/browser/resources/translate_internals/translate_internals.html
|
| index 67a34fe65a7195bf19a31cbda61e6df7b6afddf9..3a8b6b014cfc6f9811384793bdc426a773ce0b40 100644
|
| --- a/chrome/browser/resources/translate_internals/translate_internals.html
|
| +++ b/chrome/browser/resources/translate_internals/translate_internals.html
|
| @@ -26,6 +26,7 @@ found in the LICENSE file.
|
| <tabbox>
|
| <tabs>
|
| <tab>Prefs</tab>
|
| + <tab>Detection Logs</tab>
|
| </tabs>
|
| <tabpanels>
|
|
|
| @@ -35,6 +36,12 @@ found in the LICENSE file.
|
| </div>
|
| </tabpanel>
|
|
|
| + <tabpanel id="detection-logs">
|
| + <div>
|
| + <include src="detection_logs.html"/>
|
| + </div>
|
| + </tabpanel>
|
| +
|
| </tabpanels>
|
| </tabbox>
|
|
|
|
|