Hardening-against-incognito-mode-detection.patch

This commit is contained in:
none 2021-03-05 20:17:26 +01:00
parent fbbb1c58be
commit 65110d5756

View file

@ -2,10 +2,11 @@ From: csagan5 <32685696+csagan5@users.noreply.github.com>
Date: Sat, 5 Sep 2020 21:38:15 +0200
Subject: Hardening against incognito mode detection
FILE:Hardening-against-incognito-mode-detection.patch
---
storage/browser/quota/quota_settings.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/storage/browser/quota/quota_settings.cc b/storage/browser/quota/quota_settings.cc
index 4b8ac29b31..9cc423d302 100644
--- a/storage/browser/quota/quota_settings.cc
+++ b/storage/browser/quota/quota_settings.cc
@@ -29,7 +29,7 @@ const int kRandomizedPercentage = 10;
@ -17,3 +18,6 @@ index 4b8ac29b31..9cc423d302 100644
// Skews |value| by +/- |percent|.
int64_t RandomizeByPercent(int64_t value, int percent) {
--
2.17.1