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

Unified Diff: content/worker/shared_worker_permission_client_proxy.h

Issue 273513005: Avoid sync IPCs for FileSystem API [chromium] (2/4) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small changes are made. 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: content/worker/shared_worker_permission_client_proxy.h
diff --git a/content/worker/shared_worker_permission_client_proxy.h b/content/worker/shared_worker_permission_client_proxy.h
index 61f58c95185ff8a09ab0c571ce63378e9c8d7972..8554f1b889d8faf7e7e11333e6f759295961e5fa 100644
--- a/content/worker/shared_worker_permission_client_proxy.h
+++ b/content/worker/shared_worker_permission_client_proxy.h
@@ -31,6 +31,7 @@ class SharedWorkerPermissionClientProxy
const blink::WebString& display_name,
unsigned long estimated_size);
virtual bool allowFileSystem();
+ virtual bool requestFileSystemAccessSync();
virtual bool allowIndexedDB(const blink::WebString& name);
private:

Powered by Google App Engine
This is Rietveld 408576698