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: components/sync_driver/resources/events.html

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
« no previous file with comments | « components/sync_driver/resources/events.css ('k') | components/sync_driver/resources/events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/resources/events.html
diff --git a/components/sync_driver/resources/events.html b/components/sync_driver/resources/events.html
deleted file mode 100644
index 78649bddafb4ab5e4d2e43d4d6b5cbc5f5472a50..0000000000000000000000000000000000000000
--- a/components/sync_driver/resources/events.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<table id="sync-events-table">
- <thead>
- <th>Details</th>
- <th>Submodule</th>
- <th>Event</th>
- <th>Time</th>
- </thead>
- <tbody id="sync-events">
- <tr jsselect="eventList">
- <td>
- <button class="toggle-button">Toggle Display</button>
- <pre jscontent="textDetails" class="details" hidden></pre>
- </td>
- <td jscontent="submodule" class="attrib-column"></td>
- <td jscontent="event" class="attrib-column"></td>
- <td jscontent="date" class="attrib-column"></td>
- </tr>
- </tbody>
-</table>
« no previous file with comments | « components/sync_driver/resources/events.css ('k') | components/sync_driver/resources/events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698