| 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 4320592f0e52dbed948eacae595c8a0cf8f48f62..8af7faa887ba053141976bb3535a6bacbd035278 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -42,6 +42,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,
|
|
|