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

Unified Diff: net/base/net_log_event_type_list.h

Issue 19863005: Warn users about potentially unwanted downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a "Learn more" URL for unwanted downloads. Created 7 years, 5 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
« no previous file with comments | « content/public/browser/download_danger_type.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 2647e4ccb455ed9f2714338c13618ea064ff2cd6..34a018a3bd86e00f8c8bd300aacc645c52b9fec1 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1815,7 +1815,8 @@ EVENT_TYPE(DOWNLOAD_URL_REQUEST)
// the filename specified in the final URL>,
// "danger_type": <NOT_DANGEROUS, DANGEROUS_FILE, DANGEROUS_URL,
// DANGEROUS_CONTENT, MAYBE_DANGEROUS_CONTENT,
-// UNCOMMON_CONTENT, USER_VALIDATED, DANGEROUS_HOST>,
+// UNCOMMON_CONTENT, USER_VALIDATED, DANGEROUS_HOST,
+// POTENTIALLY_UNWANTED>,
// "start_offset": <Where to start writing (defaults to 0)>,
// "has_user_gesture": <Whether or not we think the user initiated
// the download>
« no previous file with comments | « content/public/browser/download_danger_type.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698