Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: content/worker/webworkerclient_proxy.h

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/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698