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

Unified Diff: chrome/browser/resources/file_manager/harness.html

Issue 10907060: Files app test harness improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/file_manager/harness.html
diff --git a/chrome/browser/resources/file_manager/harness.html b/chrome/browser/resources/file_manager/harness.html
index e9ad56455de40a75f1493096af2df48604871b7d..4de9a8b70f5e42c001706a53748b487f0175f972 100644
--- a/chrome/browser/resources/file_manager/harness.html
+++ b/chrome/browser/resources/file_manager/harness.html
@@ -61,6 +61,7 @@
Add Files:
<input type='file' multiple onchange='harness.onFilesChange(event)'>
<button onclick='harness.onClearClick(event)'>Reset Filesystem</button>
+ <button onclick='harness.onPopulateClick()'>Auto-populate</button>
</div>
<script>harness.init()</script>

Powered by Google App Engine
This is Rietveld 408576698