Index: content/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h |
index 9eee934e575046b64c1d20856a43214c49790043..b7ba3182815d1aaf2ed54dfb14eb9e746c6f6c0a 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -123,6 +123,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. |