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

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: minor polish 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..15c5c724c4af520f1e546d8c1b16b35f4304ae68 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 refresh token</td><td id='has-refresh-token'></td></tr>
+ <tr><td>Has access token</td><td id='has-access-token'></td></tr>
+ </tbody>
+ </table>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698