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

Unified Diff: chrome/browser/resources/chromeos/drive_internals.html

Issue 10823039: gdata: Add GCache Contents section to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add css Created 8 years, 5 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
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>

Powered by Google App Engine
This is Rietveld 408576698