| 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_;
|
|
|