| 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:
|
|
|