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

Unified Diff: chrome/test/BUILD.gn

Issue 2776493005: Convert SupervisedUserResourceThrottle to a NavigationThrottle. (Closed)
Patch Set: Fix Android 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 8d6c727f4a0c393d0c469baf9863214cfc3522e7..d429bf16f33adee3d27662113bce5e6dbc232f1f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2635,7 +2635,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