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

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: 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..16233f8b0804253658e58d62c669e40a06cd005e 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>Largetst Changestamp (remote):
Haruki Sato 2012/10/15 07:10:29 s/Largetst/Largest/ Seems like I had a typo here.
satorux1 2012/10/16 05:02:56 Done.
+ <span id='account-largest-changestamp-remote'></span>
+ </li>
+ <li>Largetst Changestamp (local):
Haruki Sato 2012/10/15 07:10:29 ditto.
satorux1 2012/10/16 05:02:56 Done.
+ <span id='account-largest-changestamp-local'></span>
</li>
</ul>
<table>

Powered by Google App Engine
This is Rietveld 408576698