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

Unified Diff: net/base/directory_lister.h

Issue 2682523002: Use TaskScheduler in directory_lister.cc. (Closed)
Patch Set: remove ScopedTaskScheduler from TokenBindingURLRequestTest Created 3 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
« no previous file with comments | « chrome/browser/file_select_helper.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/file_select_helper.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698