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

Unified Diff: chrome/browser/resources/sync_internals/events.html

Issue 53153010: Introduce a button to toggle hiding/showing of the details in the events tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For committing. Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals/events.html
diff --git a/chrome/browser/resources/sync_internals/events.html b/chrome/browser/resources/sync_internals/events.html
index b1883e75eaa82f4993e7f13131096fb4f3fb2a57..6fed9d24c4c7a7d2df1ac1582233dece8b89ee30 100644
--- a/chrome/browser/resources/sync_internals/events.html
+++ b/chrome/browser/resources/sync_internals/events.html
@@ -12,6 +12,10 @@
#sync-events > tr {
vertical-align: top;
}
+
+.hidden {
+ display: none;
+}
</style>
<table id="sync-events-table">
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698