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

Unified Diff: chrome/browser/BUILD.gn

Issue 2776493005: Convert SupervisedUserResourceThrottle to a NavigationThrottle. (Closed)
Patch Set: Response to 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d227eff23070baa628a26e68d38d359f2993695e..8670a122a3877c13a1aaac4e4bb0a46566fc22e2 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3782,10 +3782,10 @@ split_static_library("browser") {
"supervised_user/supervised_user_interstitial.h",
"supervised_user/supervised_user_navigation_observer.cc",
"supervised_user/supervised_user_navigation_observer.h",
+ "supervised_user/supervised_user_navigation_throttle.cc",
+ "supervised_user/supervised_user_navigation_throttle.h",
"supervised_user/supervised_user_pref_store.cc",
"supervised_user/supervised_user_pref_store.h",
- "supervised_user/supervised_user_resource_throttle.cc",
- "supervised_user/supervised_user_resource_throttle.h",
"supervised_user/supervised_user_service.cc",
"supervised_user/supervised_user_service.h",
"supervised_user/supervised_user_service_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698