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

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 another 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | net/base/network_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b1df66d0d982a9cdc86dc317f9d5e6b2ddc564b9 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 ExperimentalFeaturesEnabled() 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') | net/base/network_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698