Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 5104d99edde9564f34818ff01d38e5e489f30811..b009572c8d1bab341c58e4d1bb90ef8f61f2d705 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -667,6 +667,10 @@ class CONTENT_EXPORT ContentBrowserClient { |
RenderFrameHost* render_frame_host, |
blink::WebPageVisibilityState* visibility_state) {} |
+ // TODO(estark): remove once we decide whether to ship cookie |
+ // prefixes. https://crbug.com/541511 |
+ virtual bool ExperimentalCookieFeaturesEnabled(); |
+ |
// Allows an embedder to provide its own PresentationServiceDelegate |
// implementation. Returns nullptr if unavailable. |
virtual PresentationServiceDelegate* GetPresentationServiceDelegate( |