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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 2cdeb0478d609e5a102f386b3882ffb21a37dd01..6e5cf246a8947dde046ab692a77c092b00f9342c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2634,7 +2634,7 @@ test("browser_tests") {
if (enable_supervised_users) {
sources += [
"../browser/supervised_user/supervised_user_browsertest.cc",
- "../browser/supervised_user/supervised_user_resource_throttle_browsertest.cc",
+ "../browser/supervised_user/supervised_user_navigation_throttle_browsertest.cc",
"../browser/supervised_user/supervised_user_service_browsertest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698