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

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: Address comments (#2). 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..2d4a92e44a72653ed711bd9d66921985dede6cbb 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -33,6 +33,12 @@
</ul>
<h2 id='local-metadata-section'>Local Metadata</h2>
+ <div>
+ <button id='button-reload-drive-filesystem'>
+ Clear local data and reload
+ </button>
+ <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