| 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 fb69260dc53866b9b86bfa53fbac3f89e0a14e3e..51a2d63efeae280417d6322a394ef789c518f94b 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -103,6 +103,9 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate(
|
| const GURL& url) OVERRIDE;
|
| #endif
|
| +
|
| + virtual void ClearCache(RenderViewHost* rvh);
|
| + virtual void ClearCookies(RenderViewHost* rvh);
|
| };
|
|
|
| } // namespace content
|
|
|