Commit a60aca40 authored by johnnyg@chromium.org's avatar johnnyg@chromium.org

Actually allow recursive=true to be set in net::DirectoryLister

BUG=41762
TEST=none

Review URL: http://codereview.chromium.org/3165055

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57202 0039d316-1c4b-4281-b951-d872f2087c98
parent 9399fbcf
...@@ -112,7 +112,7 @@ DirectoryLister::DirectoryLister(const FilePath& dir, ...@@ -112,7 +112,7 @@ DirectoryLister::DirectoryLister(const FilePath& dir,
SORT_TYPE sort, SORT_TYPE sort,
DirectoryListerDelegate* delegate) DirectoryListerDelegate* delegate)
: dir_(dir), : dir_(dir),
recursive_(false), recursive_(recursive),
delegate_(delegate), delegate_(delegate),
sort_(sort), sort_(sort),
message_loop_(NULL), message_loop_(NULL),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment