| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index 0c16ce711ba9b17b1833ce6c1a2e85bbd8e860f8..223bd0974afd65a051e5f75978b6495c263e5c6d 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -34,6 +34,7 @@ class MockContentBrowserClient : public 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,
|
|
|