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

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

Issue 98583002: Add Drive connection status info to chrome:drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 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>
« 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