Index: content/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h |
index 84ddae1a056a12df1c630a1a6d4d67e281acbfab..8d0d507294b14fa002c770dda40b0d27324ca71f 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -238,6 +238,12 @@ class ContentBrowserClient { |
crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate( |
const GURL& url) = 0; |
#endif |
+ |
+ // Clears browser cache. |
+ virtual void ClearBrowserCache(RenderViewHost*) = 0; |
+ |
+ // Clears browser cookies. |
+ virtual void ClearBrowserCookies(RenderViewHost*) = 0; |
}; |
} // namespace content |