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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 684683003: Referrer Policy: Add a flag to reduce `referer` granularity by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@default
Patch Set: Created 6 years, 1 month 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index bf1c0635cdfd6cc7cb08e4830e1462b29538bfbb..6a3d1400bca96e83a03665bf15ccc8c97ed436bc 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -146,6 +146,8 @@ public:
BLINK_EXPORT static void enableSVG1DOM(bool);
+ BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
+
private:
WebRuntimeFeatures();
};
« Source/platform/weborigin/SecurityPolicy.cpp ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698