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

Unified Diff: Source/modules/filesystem/FileSystemClient.h

Issue 277353002: Use asynchronized api for file system request. [blink] (3/4) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update CL according to changes in CL 289793002. Created 6 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: Source/modules/filesystem/FileSystemClient.h
diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
index ef5ac59ecf810094cdcb758b9baf0a16741f9337..93cb4d01b9e4fc79906379590077d295a863641d 100644
--- a/Source/modules/filesystem/FileSystemClient.h
+++ b/Source/modules/filesystem/FileSystemClient.h
@@ -48,7 +48,6 @@ public:
FileSystemClient() { }
virtual ~FileSystemClient() { }
- virtual bool allowFileSystem(ExecutionContext*) = 0;
virtual bool requestFileSystemAccessSync(ExecutionContext*) = 0;
virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698