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

Unified Diff: chrome/renderer/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: Rebase. 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
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | chrome/renderer/worker_permission_client_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/worker_permission_client_proxy.h
diff --git a/chrome/renderer/worker_permission_client_proxy.h b/chrome/renderer/worker_permission_client_proxy.h
index d6e1c496e1b9b79b2fc33307fa2dfc3c746fc457..028312b07a6869802167bc23ad23401f97feb0be 100644
--- a/chrome/renderer/worker_permission_client_proxy.h
+++ b/chrome/renderer/worker_permission_client_proxy.h
@@ -36,6 +36,7 @@ class WorkerPermissionClientProxy
const blink::WebString& display_name,
unsigned long estimated_size);
virtual bool allowFileSystem();
+ virtual bool requestFileSystemAccessSync();
virtual bool allowIndexedDB(const blink::WebString& name);
private:
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | chrome/renderer/worker_permission_client_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698