Hardening-against-incognito-mode-detection.patch
This commit is contained in:
parent
fbbb1c58be
commit
65110d5756
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue