 Chromium Code Reviews
 Chromium Code Reviews Issue 7012007:
  Chrome side of having the WebKit FileSystem API use WebPermissionClient for checking if using fil...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 7012007:
  Chrome side of having the WebKit FileSystem API use WebPermissionClient for checking if using fil...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| 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(); | 
| virtual void openFileSystem(WebKit::WebFileSystem::Type type, | 
| long long size, | 
| bool create, |