| 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 7d5e3221da1a03ce4ef5eaaa8981eab3b934da5c..a500f48726c2bb8815e6536cc032d2519fe73149 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -36,6 +36,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,
|
|
|