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

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

Issue 59083013: Add 'Clear local data and reload' button in chrome:drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 d1bf25500b681ba7c22f40bdad750e80853a41a1..003fa4e178b9a5b988f19f62237a5cee66872ec6 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -33,6 +33,11 @@
</ul>
<h2 id='local-metadata-section'>Local Metadata</h2>
+ <div>
+ <button id='button-reload-drive-filesystem'
+ >Clear local data and reload</button>
satorux1 2013/11/06 07:34:27 line starting with > is unusual. maybe: <button .
kinaba 2013/11/06 07:36:45 Indeed. done.
+ <span id='reload-status-text'></span>
+ </div>
<ul>
<li>Local Changestamp:
<span id='account-largest-changestamp-local'></span>
« 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