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

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: functin names 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..87eab8530e5e941d2888f8134ba697c89917e00f 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -3,17 +3,20 @@
<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>
<body>
<h1>Drive Internals</h1>
<h2>Authentication Status</h2>
+ <ul>
+ <li>Has refresh token: <span id='has-refresh-token'></span></li>
+ <li>Has access token: <span id='has-access-token'></span></li>
+ </ul>
+ <h2>GCache Contents</h2>
<table>
- <tbody>
- <tr><td>Has refresh token</td><td id='has-refresh-token'></td></tr>
- <tr><td>Has access token</td><td id='has-access-token'></td></tr>
- </tbody>
+ <tbody id='gcache-contents'></tbody>
</table>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/chromeos/drive_internals.css ('k') | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698