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

Side by Side Diff: chrome/browser/resources/sync_internals/events.html

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <table id="sync-events-table">
2 <thead>
3 <th>Details</th>
4 <th>Submodule</th>
5 <th>Event</th>
6 <th>Time</th>
7 </thead>
8 <tbody id="sync-events">
9 <tr jsselect="eventList">
10 <td>
11 <button class="toggle-button">Toggle Display</button>
12 <pre jscontent="textDetails" class="details" hidden></pre>
13 </td>
14 <td jscontent="submodule" class="attrib-column"></td>
15 <td jscontent="event" class="attrib-column"></td>
16 <td jscontent="date" class="attrib-column"></td>
17 </tr>
18 </tbody>
19 </table>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/events.css ('k') | chrome/browser/resources/sync_internals/events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698