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

Unified Diff: chrome/test/data/safe_browsing/malware2.html

Issue 1488423002: Don't collect safebrowsing DOM details if the warning was main page load blocking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove log lines Created 5 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
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/safe_browsing/malware2.html
diff --git a/chrome/test/data/safe_browsing/malware2.html b/chrome/test/data/safe_browsing/malware2.html
new file mode 100644
index 0000000000000000000000000000000000000000..27e22fdedb7a8cac65411dbc848c79515ee6732f
--- /dev/null
+++ b/chrome/test/data/safe_browsing/malware2.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+<iframe src="malware_iframe.html"></iframe>
+<iframe src="http://example.com/cross_site_iframe.html"></iframe>
+<img src="malware_image.png">
+<img src="http://example.com/image.png">
+</body>
+</html>
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698