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

Unified Diff: chrome/browser/chrome_worker_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
« no previous file with comments | « no previous file | chrome/browser/chrome_worker_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_worker_message_filter.h
===================================================================
--- chrome/browser/chrome_worker_message_filter.h (revision 85048)
+++ chrome/browser/chrome_worker_message_filter.h (working copy)
@@ -35,6 +35,9 @@
const string16& display_name,
unsigned long estimated_size,
bool* result);
+ void OnAllowFileSystem(int worker_route_id,
+ const GURL& url,
+ bool* result);
WorkerProcessHost* process_;
scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
« no previous file with comments | « no previous file | chrome/browser/chrome_worker_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698