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

Unified Diff: chrome/browser/subresource_filter/subresource_filter_browsertest.cc

Issue 2893183002: [subresource_filter] Use the SubresourceFilterObserver for PageLoadMetrics (Closed)
Patch Set: fix optional decl Created 3 years, 7 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/subresource_filter/subresource_filter_browsertest.cc
diff --git a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
index 57cae1fd5e0af13febdcd2e1d401734a7f809b49..298d491c4420bf3e203dcd8935430497beeb2b19 100644
--- a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
+++ b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
@@ -1280,7 +1280,7 @@ IN_PROC_BROWSER_TEST_F(SubresourceFilterBrowserTest,
}
IN_PROC_BROWSER_TEST_F(SubresourceFilterBrowserTest,
- WhiteliseSiteOnReload_ActivationDisabledOnReload) {
+ WhitelistSiteOnReload_ActivationDisabledOnReload) {
GURL url(GetTestUrl("subresource_filter/frame_with_included_script.html"));
ConfigureAsPhishingURL(url);
ASSERT_NO_FATAL_FAILURE(
@@ -1316,7 +1316,7 @@ IN_PROC_BROWSER_TEST_F(SubresourceFilterBrowserTest,
IN_PROC_BROWSER_TEST_F(
SubresourceFilterBrowserTest,
- WhiteliseSiteOnReload_ActivationDisabledOnReloadFromScript) {
+ WhitelistSiteOnReload_ActivationDisabledOnReloadFromScript) {
GURL url(GetTestUrl("subresource_filter/frame_with_included_script.html"));
ConfigureAsPhishingURL(url);
ASSERT_NO_FATAL_FAILURE(
@@ -1354,7 +1354,7 @@ IN_PROC_BROWSER_TEST_F(
IN_PROC_BROWSER_TEST_F(
SubresourceFilterBrowserTest,
- WhiteliseSiteOnReload_ActivationDisabledOnNavigationToSameURL) {
+ WhitelistSiteOnReload_ActivationDisabledOnNavigationToSameURL) {
GURL url(GetTestUrl("subresource_filter/frame_with_included_script.html"));
ConfigureAsPhishingURL(url);
ASSERT_NO_FATAL_FAILURE(

Powered by Google App Engine
This is Rietveld 408576698