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

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

Issue 2777853005: Generalize the usage of referrer chain (Closed)
Patch Set: nit 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_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index 49b5e4e9be6a902d6ec1d664fc4eacaabb57ecaa..f44d6aaaa7f793368bf33e43e5611288a7a7abe8 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -338,7 +338,8 @@ class SafeBrowsingService : public base::RefCountedThreadSafe<
// both UI and IO thread.
scoped_refptr<SafeBrowsingDatabaseManager> database_manager_;
- // The navigation observer manager handles download attribution.
+ // The navigation observer manager handles attribution of safe browsing
+ // events.
scoped_refptr<SafeBrowsingNavigationObserverManager>
navigation_observer_manager_;
lpz 2017/03/29 13:46:27 +indent on this line?
Jialiu Lin 2017/03/29 20:40:00 Done.

Powered by Google App Engine
This is Rietveld 408576698