| Index: content/browser/content_browser_client.h
|
| diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
|
| index 7fdff598a10d8ada0af30b14123db4d3c094e12a..abd72eb9a6d0cd4f4de98da63eee884f634b672d 100644
|
| --- a/content/browser/content_browser_client.h
|
| +++ b/content/browser/content_browser_client.h
|
| @@ -134,6 +134,7 @@ class ContentBrowserClient {
|
| // Allow the embedder to control if an AppCache can be used for the given url.
|
| // This is called on the IO thread.
|
| virtual bool AllowAppCache(const GURL& manifest_url,
|
| + const GURL& first_party,
|
| const content::ResourceContext& context) = 0;
|
|
|
| // Allow the embedder to control if the given cookie can be read.
|
|
|