| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 239bb3026b1d09e00d224e8caa8c12ca4e042f75..24948a4862d01a4550f8f4b80a2758198d5db8c6 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -38,6 +38,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual std::string GetAcceptLangs(const TabContents* tab) OVERRIDE;
|
| virtual SkBitmap* GetDefaultFavicon() OVERRIDE;
|
| virtual bool AllowAppCache(const GURL& manifest_url,
|
| + const GURL& first_party,
|
| const content::ResourceContext& context) OVERRIDE;
|
| virtual bool AllowGetCookie(const GURL& url,
|
| const GURL& first_party,
|
|
|