| Index: content/browser/worker_host/worker_process_host.h
|
| diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
|
| index 10ea12a3e15bdf4b174916db8cddb04d5d880b62..150153139fe49a57ec3ba666ee7ba0c167c57052 100644
|
| --- a/content/browser/worker_host/worker_process_host.h
|
| +++ b/content/browser/worker_host/worker_process_host.h
|
| @@ -224,9 +224,9 @@ class WorkerProcessHost : public BrowserChildProcessHostDelegate,
|
| const base::string16& display_name,
|
| unsigned long estimated_size,
|
| bool* result);
|
| - void OnAllowFileSystem(int worker_route_id,
|
| - const GURL& url,
|
| - bool* result);
|
| + void OnRequestFileSystemAccessSync(int worker_route_id,
|
| + const GURL& url,
|
| + bool* result);
|
| void OnAllowIndexedDB(int worker_route_id,
|
| const GURL& url,
|
| const base::string16& name,
|
|
|