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

Unified Diff: net/base/directory_lister.cc

Issue 3165055: Actually allow recursive=true to be set in net::DirectoryLister... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.cc
===================================================================
--- net/base/directory_lister.cc (revision 57006)
+++ net/base/directory_lister.cc (working copy)
@@ -112,7 +112,7 @@
SORT_TYPE sort,
DirectoryListerDelegate* delegate)
: dir_(dir),
- recursive_(false),
+ recursive_(recursive),
delegate_(delegate),
sort_(sort),
message_loop_(NULL),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698