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

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

Issue 2777853005: Generalize the usage of referrer chain (Closed)
Patch Set: address lpz's comments Created 3 years, 9 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.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
index 8414d418e8358300217c1e23512aa689265628d4..15030a65324a0c3a707fcea0148c183df839f983 100644
--- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
+++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
@@ -17,8 +17,8 @@ namespace safe_browsing {
class SafeBrowsingNavigationObserverManager;
// Struct to record the details of a navigation event for any frame.
-// This information will be used to fill |url_chain| field in safe browsing
-// download pings.
+// This information will be used to fill referrer chain info in various Safe
+// Browsing requests and reports.
struct NavigationEvent {
NavigationEvent();
NavigationEvent(NavigationEvent&& nav_event);

Powered by Google App Engine
This is Rietveld 408576698