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

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

Issue 11106009: drive: Add the local largest changestamp to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 2 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
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 47c78c37eb2d68497bc3883974be2c434a2fa5a8..8d8dd26036f374a744e2ce0a38bf7f5ff712a4e6 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -25,8 +25,11 @@
<h2 id='account-metadata-contents-section'>Account Metadata</h2>
<ul>
<li>Quota Information: <span id='account-quota-info'></span></li>
- <li>Largetst Changestamp:
- <span id='account-largest-changestamp'></span>
+ <li>Largest Changestamp (remote):
+ <span id='account-largest-changestamp-remote'></span>
+ </li>
+ <li>Largest Changestamp (local):
+ <span id='account-largest-changestamp-local'></span>
</li>
</ul>
<table>

Powered by Google App Engine
This is Rietveld 408576698