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

Unified Diff: chrome/browser/supervised_user/supervised_user_url_filter.h

Issue 2795993002: SupervisedUserNavigationThrottle: create only for supervised profiles (Closed)
Patch Set: simplify Created 3 years, 8 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/supervised_user/supervised_user_url_filter.h
diff --git a/chrome/browser/supervised_user/supervised_user_url_filter.h b/chrome/browser/supervised_user/supervised_user_url_filter.h
index e7fb96ef2e16c26b98a4f25184fe0919da81da00..3e3d87da80cac86824dbc96c535efe48781d6801 100644
--- a/chrome/browser/supervised_user/supervised_user_url_filter.h
+++ b/chrome/browser/supervised_user/supervised_user_url_filter.h
@@ -57,7 +57,11 @@ class SupervisedUserURLFilter : public base::NonThreadSafe {
class Observer {
public:
+ // Called whenever the whitelists are updated. This does *not* include
+ // SetManualHosts/SetManualURLs.
Bernhard Bauer 2017/04/05 09:31:12 Thanks for adding the comment!
virtual void OnSiteListUpdated() = 0;
+ // Called whenever a check started via
+ // GetFilteringBehaviorForURLWithAsyncChecks completes.
virtual void OnURLChecked(
const GURL& url,
FilteringBehavior behavior,

Powered by Google App Engine
This is Rietveld 408576698