| 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 850b76133b21684680f0adf4850813192cb0dcaf..12667b6940729e5cae027890cfd1e0d0a6c6b768 100644
|
| --- a/content/browser/worker_host/worker_process_host.h
|
| +++ b/content/browser/worker_host/worker_process_host.h
|
| @@ -173,6 +173,10 @@ class WorkerProcessHost : public content::BrowserChildProcessHostDelegate,
|
| void OnAllowFileSystem(int worker_route_id,
|
| const GURL& url,
|
| bool* result);
|
| + void OnAllowIndexedDB(int worker_route_id,
|
| + const GURL& url,
|
| + const string16& name,
|
| + bool* result);
|
|
|
| // Relays a message to the given endpoint. Takes care of parsing the message
|
| // if it contains a message port and sending it a valid route id.
|
|
|