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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.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: chrome/browser/renderer_host/chrome_render_message_filter.h
===================================================================
--- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 85048)
+++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
@@ -93,6 +93,7 @@
const GURL& url,
DOMStorageType type,
bool* allowed);
+ void OnAllowFileSystem(int render_view_id, const GURL& url, bool* allowed);
void OnAllowIndexedDB(int render_view_id,
const string16& origin_url,
const string16& name,
« no previous file with comments | « chrome/browser/chrome_worker_message_filter.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698