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

Unified Diff: chrome/browser/resources/translate_internals/translate_internals.html

Issue 14494004: Added the 'Translation Logs' tab to chrome://translate-internals/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Rebasing) Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698