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

Unified Diff: chrome/browser/extensions/api/file_system/file_system_api.h

Issue 2877343003: Switch browser/extensions/api/file_system/file_system_api.[h|cc] to the TaskScheduler API (Closed)
Patch Set: Address Francois' comments. Created 3 years, 7 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: chrome/browser/extensions/api/file_system/file_system_api.h
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h
index 740c44706c185d021514b170b0a882f33a68cc4e..c5b827a045ecfb9e0ff6d3f5afb69591008339ac 100644
--- a/chrome/browser/extensions/api/file_system/file_system_api.h
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h
@@ -200,7 +200,7 @@ class FileSystemGetWritableEntryFunction : public FileSystemEntryFunction {
private:
void CheckPermissionAndSendResponse();
- void SetIsDirectoryOnFileThread();
+ void SetIsDirectoryAsync();
// The path to the file for which a writable entry has been requested.
base::FilePath path_;

Powered by Google App Engine
This is Rietveld 408576698