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

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

Issue 10828422: drive: Add information about in-flight operations to chrome:drive-internals (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase, add const Created 8 years, 4 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 5c0509afc9b74df951bda1c944aae54dba3eb2dd..11f8247bb74192083cc186cacdcc10997b48c34e 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -22,6 +22,20 @@
<li>Has access token: <span id='has-access-token'></span></li>
</ul>
+ <h2 id='in-flight-operations-section'>In-flight Operations</h2>
+ <table>
+ <tbody id='in-flight-operations-contents'>
+ <tr>
+ <th>Operation ID</th>
+ <th>Operation Type</th>
+ <th>File Path</th>
+ <th>Transfer State</th>
+ <th>Start Time</th>
+ <th>Progress</th>
+ </tr>
+ </tbody>
+ </table>
+
<h2 id='gcache-contents-section'>GCache Contents</h2>
<table>
<tbody id='gcache-contents'>
« 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