From 5d30ae6153623cc8f67a036afdb7537ebce0d681 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Sat, 15 Jun 2013 10:51:29 +0000 Subject: Implement safebrowsing download feedback service, enabled for dev & canary only. For eligible files, the "Discard" button in the download shelf becomes "Report & Discard". (Plain "Discard" is still available in the popup menu.) BUG=169557 Review URL: https://chromiumcodereview.appspot.com/15881012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206571 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chrome/common/chrome_switches.cc') diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 33694c5..706c1e7 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1248,6 +1248,13 @@ const char kSbDisableExtensionBlacklist[] = const char kSbDisableSideEffectFreeWhitelist[] = "safebrowsing-disable-side-effect-free-whitelist"; +// URL to send safebrowsing download feedback reports to. +const char kSbDownloadFeedbackURL[] = "safebrowsing-download-feedback-url"; + +// Enable safebrowsing download feedback. +const char kSbEnableDownloadFeedback[] = + "safebrowsing-enable-download-feedback"; + // Enables or disables extension scripts badges in the location bar. const char kScriptBadges[] = "script-badges"; -- cgit v1.1