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

Unified Diff: chrome/renderer/worker_permission_client_proxy.h

Issue 170733004: Avoid sync IPCs for FileSystem API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing early exit failure Created 6 years, 9 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/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..9e49553f350b338004adbfb74203a510f900ef17 100644
--- a/chrome/renderer/worker_permission_client_proxy.h
+++ b/chrome/renderer/worker_permission_client_proxy.h
@@ -36,6 +36,8 @@ class WorkerPermissionClientProxy
const blink::WebString& display_name,
unsigned long estimated_size);
virtual bool allowFileSystem();
+ virtual void requestFileSystemAccess(
+ const blink::WebPermissionCallbacks& callbacks);
virtual bool allowIndexedDB(const blink::WebString& name);
private:

Powered by Google App Engine
This is Rietveld 408576698