Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 1393193005: Implement $Secure- cookie prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 2d5ee0343d9e622ee17352c9dc2bbfb3eae5f0e6..eefd19eea144637f26b748eff6e3b906c26f59c4 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -253,6 +253,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
void OverridePageVisibilityState(
content::RenderFrameHost* render_frame_host,
blink::WebPageVisibilityState* visibility_state) override;
+ // TODO(estark): remove once we decide whether to ship cookie
+ // prefixes. https://crbug.com/541511
+ bool ExperimentalCookieFeaturesEnabled() override;
#if defined(OS_ANDROID)
void GetAdditionalMappedFilesForChildProcess(
@@ -321,6 +324,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
const base::Callback<void(bool)>& callback);
#endif
+ bool experimental_web_platform_features_enabled_;
+
#if defined(ENABLE_PLUGINS)
// Set of origins that can use TCP/UDP private APIs from NaCl.
std::set<std::string> allowed_socket_origins_;
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698