 Chromium Code Reviews
 Chromium Code Reviews Issue 2302913003:
  Add SafeBrowsingNavigationObserver to listen to navigation events  (Closed)
    
  
    Issue 2302913003:
  Add SafeBrowsingNavigationObserver to listen to navigation events  (Closed) 
  | Index: chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe.html | 
| diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..9973fb66360eaa37eed8e89f8de892d84745a8cb | 
| --- /dev/null | 
| +++ b/chrome/test/data/safe_browsing/download_protection/navigation_observer/iframe.html | 
| @@ -0,0 +1,9 @@ | 
| +<html> | 
| + <head> | 
| + </head> | 
| + <body> | 
| + <a id="iframe_direct_download" href="../signed.exe"> | 
| + Direct download from an iframe | 
| + </a><br> | 
| + </body> | 
| +</html> |