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

Unified Diff: chrome/browser/resources/sync_file_system_internals/main.html

Issue 107743002: Add 'Dump Database' tab to syncfs-internals (only for v2 for now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: regular -> Regular, added app_id Created 7 years 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/sync_file_system_internals/main.html
diff --git a/chrome/browser/resources/sync_file_system_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html
index d0efb5e53aaa245850bfe72ea31b48f7e9dc01b8..dd3a4f70ecd82240bdaeae427d8c83e4831b2856 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/chrome/browser/resources/sync_file_system_internals/main.html
@@ -26,6 +26,7 @@ found in the LICENSE file.
<tab>Sync Service</tab>
<tab>Extension Statuses</tab>
<tab>File Metadata</tab>
+ <tab>Database Dump</tab>
</tabs>
<tabpanels>
<tabpanel>
@@ -37,6 +38,9 @@ found in the LICENSE file.
<tabpanel>
<include src="file_metadata.html" />
</tabpanel>
+ <tabpanel>
+ <include src="dump_database.html" />
+ </tabpanel>
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698