| 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 2d4a92e44a72653ed711bd9d66921985dede6cbb..a85d7b1ca7203d2beb6b6b06df006631ed21d68d 100644
|
| --- a/chrome/browser/resources/chromeos/drive_internals.html
|
| +++ b/chrome/browser/resources/chromeos/drive_internals.html
|
| @@ -11,9 +11,12 @@
|
| <h1>Drive Internals</h1>
|
| <ul id='toc'></ul>
|
|
|
| - <h2 id='authentication-status-section'>Authentication Status</h2>
|
| + <h2 id='connection-status-section'>Connection Status</h2>
|
| <ul>
|
| <li>
|
| + Status: <span id='connection-status'></span>
|
| + </li>
|
| + <li>
|
| Has refresh token: <span id='has-refresh-token'></span>
|
| <button id='button-clear-refresh-token'>clear</button>
|
| </li>
|
|
|