Chromium Code Reviews| Index: chrome/browser/resources/chromeos/drive_internals.html |
| diff --git a/chrome/browser/resources/chromeos/drive_internals.html b/chrome/browser/resources/chromeos/drive_internals.html |
| index 15c5c724c4af520f1e546d8c1b16b35f4304ae68..e13fad17257a2121cd8edb5c45b7ce8733c6e233 100644 |
| --- a/chrome/browser/resources/chromeos/drive_internals.html |
| +++ b/chrome/browser/resources/chromeos/drive_internals.html |
| @@ -3,6 +3,7 @@ |
| <head> |
| <title>drive-internals</title> |
| <meta charset="utf-8"> |
| + <link rel="stylesheet" href="drive_internals.css"> |
| <script src="chrome://resources/js/util.js"></script> |
| <script src="chrome://drive-internals/drive_internals.js"></script> |
| </head> |
| @@ -15,5 +16,10 @@ |
| <tr><td>Has access token</td><td id='has-access-token'></td></tr> |
| </tbody> |
| </table> |
| + <h2>GCache Contents</h2> |
| + <table> |
| + <tbody id='gcache-contents'> |
|
James Hawkins
2012/07/26 17:50:02
nit: Move the </tbody> to this line since it's fit
satorux1
2012/07/26 19:18:14
Done.
|
| + </tbody> |
| + </table> |
| </body> |
| </html> |