Hardening-against-incognito-mode-detection.patch
This commit is contained in:
parent
509bd87548
commit
0077759f0a
1 changed files with 2 additions and 6 deletions
|
@ -2,11 +2,10 @@ 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;
|
||||
|
@ -18,6 +17,3 @@ diff --git a/storage/browser/quota/quota_settings.cc b/storage/browser/quota/quo
|
|||
|
||||
// Skews |value| by +/- |percent|.
|
||||
int64_t RandomizeByPercent(int64_t value, int percent) {
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue