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

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

Issue 10808116: gdata: Add authentication status section to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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 e7c489a59c1a2afa4e5c500cbdd2949cae9a8552..2696495b515500e2d1e78f267630088e510539c4 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -3,9 +3,17 @@
<head>
<title>drive-internals</title>
<meta charset="utf-8">
+ <script src="chrome://resources/js/util.js"></script>
<script src="chrome://drive-internals/drive_internals.js"></script>
</head>
<body>
- To be implemented. crbug.com/135328
+ <h1>Drive Internals</h1>
+ <h2>Authentication Status</h2>
+ <table>
+ <tbody>
+ <tr><td>Has fresh token</td><td id='has-fresh-token'></td></tr>
+ <tr><td>Has auth token</td><td id='has-auth-token'></td></tr>
+ </tbody>
+ </table>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698