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

Unified Diff: chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect_to_landing.html

Issue 2538483002: Add management related code to SafeBrowsingNavigationObserverManager (Closed)
Patch Set: address comments from creis@ and holte@ + rebase Created 4 years 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/data/safe_browsing/download_protection/navigation_observer/redirect_to_landing.html
diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect_to_landing.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect_to_landing.html
new file mode 100644
index 0000000000000000000000000000000000000000..3d1c690a31fa902e6ff892ecfcdefeb109e10377
--- /dev/null
+++ b/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect_to_landing.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <META HTTP-EQUIV="refresh" content="0; url=landing.html">
+ </head>
+ <body>
+ Redirecting to landing.html.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698