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

Unified Diff: content/test/test_navigation_url_loader_delegate.cc

Issue 2045383002: PlzNavigate: detect when a ServiceWorker is present (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 6 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: content/test/test_navigation_url_loader_delegate.cc
diff --git a/content/test/test_navigation_url_loader_delegate.cc b/content/test/test_navigation_url_loader_delegate.cc
index adfcb6da95c4012353ed356721b7375fa5e21c22..cf5d5c77c166f3b36c5a24bce659d7c521856774 100644
--- a/content/test/test_navigation_url_loader_delegate.cc
+++ b/content/test/test_navigation_url_loader_delegate.cc
@@ -79,4 +79,6 @@ void TestNavigationURLLoaderDelegate::OnRequestStarted(
request_started_->Quit();
}
+void TestNavigationURLLoaderDelegate::OnServiceWorkerEncountered() {}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698