Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index 3f80aa2f9e13f55a83f63b8a296be7071a88132f..c4b2e933fce0173f570d103a2958931daec39ef5 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -389,6 +389,10 @@ extern const char kSyncLearnMoreURL[]; |
// The URL for the "Learn more" page for download scanning. |
extern const char kDownloadScanningLearnMoreURL[]; |
+// The URL for the "Learn more" page for downloads flagged as potentially |
+// unwanted by the SafeBrowsing service. |
+extern const char kDownloadPotentiallyUnwantedLearnMoreURL[]; |
+ |
// The URL for the "Learn more" page for interrupted downloads. |
extern const char kDownloadInterruptedLearnMoreURL[]; |