| Index: net/base/directory_lister.h
|
| diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h
|
| index 42e93811343b6d8bb8d9e0dccebb8e6d0f947659..4491c095d581863d56abdbaee1c7c713540345bc 100644
|
| --- a/net/base/directory_lister.h
|
| +++ b/net/base/directory_lister.h
|
| @@ -68,8 +68,8 @@ class NET_EXPORT DirectoryLister {
|
| // Will invoke Cancel().
|
| ~DirectoryLister();
|
|
|
| - // Call this method to start the directory enumeration thread.
|
| - bool Start(base::TaskRunner* dir_task_runner);
|
| + // Call this method to start the asynchronous directory enumeration.
|
| + void Start();
|
|
|
| // Call this method to asynchronously stop directory enumeration. The
|
| // delegate will not be called back.
|
|
|