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

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

Issue 15881006: Added 'error logs' tab to chrome://translte-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 3a8b6b014cfc6f9811384793bdc426a773ce0b40..c1121bc727dcc2b21313fb6c593ff61a1061f4fc 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.html
+++ b/chrome/browser/resources/translate_internals/translate_internals.html
@@ -27,6 +27,7 @@ found in the LICENSE file.
<tabs>
<tab>Prefs</tab>
<tab>Detection Logs</tab>
+ <tab>Error Logs</tab>
</tabs>
<tabpanels>
@@ -42,6 +43,12 @@ found in the LICENSE file.
</div>
</tabpanel>
+ <tabpanel id="error-logs">
+ <div>
+ <include src="error_logs.html"/>
+ </div>
+ </tabpanel>
+
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698