| 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 8554f1b889d8faf7e7e11333e6f759295961e5fa..0240738347f1acd632b48235bd234b7595a17f38 100644
|
| --- a/content/worker/shared_worker_permission_client_proxy.h
|
| +++ b/content/worker/shared_worker_permission_client_proxy.h
|
| @@ -30,7 +30,6 @@ class SharedWorkerPermissionClientProxy
|
| virtual bool allowDatabase(const blink::WebString& name,
|
| const blink::WebString& display_name,
|
| unsigned long estimated_size);
|
| - virtual bool allowFileSystem();
|
| virtual bool requestFileSystemAccessSync();
|
| virtual bool allowIndexedDB(const blink::WebString& name);
|
|
|
|
|