Chromium Code Reviews| Index: content/worker/webworkerclient_proxy.h |
| =================================================================== |
| --- content/worker/webworkerclient_proxy.h (revision 85048) |
| +++ content/worker/webworkerclient_proxy.h (working copy) |
| @@ -73,7 +73,7 @@ |
| const WebKit::WebString& name, |
| const WebKit::WebString& display_name, |
| unsigned long estimated_size); |
| - |
| + virtual bool allowFileSystem(WebKit::WebFrame* frame); |
| virtual void openFileSystem(WebKit::WebFileSystem::Type type, |
| long long size, |
| bool create, |