| 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>
|
|
|