| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 842169cdf3cd14c632da889aec9a329d1f844f77..8b4c4a9a455e5c7e15f57d8ae90cad97f9b48388 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -292,7 +292,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // This is called on the IO thread.
|
| virtual bool AllowServiceWorker(const GURL& scope,
|
| const GURL& first_party,
|
| - content::ResourceContext* context);
|
| + content::ResourceContext* context,
|
| + int render_process_id,
|
| + int render_frame_id);
|
|
|
| // Allow the embedder to control if the given cookie can be read.
|
| // This is called on the IO thread.
|
|
|