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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h

Issue 2892483002: Lose the user gesture expiration check on IdentifyReferrerChainByWebContents (Closed)
Patch Set: Created 3 years, 7 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
Index: chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h
index 7d0416751f1c4c7335699f76ac56d288296d5431..ded29a5009864f032052caed6d6ecfbe3385f472 100644
--- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h
+++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer_manager.h
@@ -219,7 +219,7 @@ class SafeBrowsingNavigationObserverManager
void CleanUpNavigationEvents();
// Remove stale entries from user_gesture_map_ if they are older than
- // kUserGestureTTLInSecond (1 sec).
+ // kNavigationFootprintTTLInSecond (2 minutes).
void CleanUpUserGestures();
// Remove stale entries from host_to_ip_map_ if they are older than

Powered by Google App Engine
This is Rietveld 408576698