Chromium Code Reviews| Index: public/web/WebWorkerPermissionClientProxy.h |
| diff --git a/public/web/WebWorkerPermissionClientProxy.h b/public/web/WebWorkerPermissionClientProxy.h |
| index 1e477a71c9d486ab93f55f0d53173c3bdda82b7e..eb420128a7ba06ae5fed1fe00276801397c8967e 100644 |
| --- a/public/web/WebWorkerPermissionClientProxy.h |
| +++ b/public/web/WebWorkerPermissionClientProxy.h |
| @@ -51,24 +51,11 @@ public: |
| return true; |
| } |
| - // FIXME: This is going away once requestFileSystemAccess has been wired |
| - // out into the Blink embedder. |
| - virtual bool allowFileSystem() |
| - { |
| - return true; |
| - } |
| - |
| virtual bool requestFileSystemAccessSync() |
| { |
| return true; |
| } |
| - virtual void requestFileSystemAccessAsync(const WebPermissionCallbacks& callbacks) |
|
kinuko
2014/05/16 10:47:05
Why do we add this in the other CL and then remove
Xi Han
2014/05/16 19:48:44
In the other CL, this function is renamed from req
|
| - { |
| - WebPermissionCallbacks permissionCallbacks(callbacks); |
| - permissionCallbacks.doAllow(); |
| - } |
| - |
| virtual bool allowIndexedDB(const WebString& name) |
| { |
| return true; |