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

Unified Diff: content/browser/renderer_host/render_view_host.h

Issue 6623015: Add a path for a web page to request the enumeration of a directory. This, t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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: content/browser/renderer_host/render_view_host.h
===================================================================
--- content/browser/renderer_host/render_view_host.h (revision 76768)
+++ content/browser/renderer_host/render_view_host.h (working copy)
@@ -410,6 +410,10 @@
// from an Open File dialog for the form.
void FilesSelectedInChooser(const std::vector<FilePath>& files);
+ // Notifies the listener that a directory enumeration is complete.
+ void DirectoryEnumerationFinished(int request_id,
+ const std::vector<FilePath>& files);
+
// Notifies the RenderViewHost that its load state changed.
void LoadStateChanged(const GURL& url, net::LoadState load_state,
uint64 upload_position, uint64 upload_size);

Powered by Google App Engine
This is Rietveld 408576698