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

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

Issue 19724006: Use URL hashes to switch tabs of chrome://translate-internals/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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 53f1427de267935a05b27824c500491e546dbd64..dcff99a509ecd49be33b23095e980230d9d7ac89 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.html
+++ b/chrome/browser/resources/translate_internals/translate_internals.html
@@ -32,25 +32,25 @@ found in the LICENSE file.
</tabs>
<tabpanels>
- <tabpanel id="prefs">
+ <tabpanel id="tabpanel-prefs">
Evan Stade 2013/07/22 19:06:04 why did you change this? seems like it just makes
hajimehoshi 2013/07/23 03:56:19 The reason why I changed the ID is because I wante
<div>
<include src="prefs.html"/>
</div>
</tabpanel>
- <tabpanel id="detection-logs">
+ <tabpanel id="tabpanel-detection-logs">
<div>
<include src="detection_logs.html"/>
</div>
</tabpanel>
- <tabpanel id="error-logs">
+ <tabpanel id="tabpanel-error-logs">
<div>
<include src="error_logs.html"/>
</div>
</tabpanel>
- <tabpanel id="event-logs">
+ <tabpanel id="tabpanel-event-logs">
<div>
<include src="event_logs.html"/>
</div>

Powered by Google App Engine
This is Rietveld 408576698