Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
index 7c769635a4532d54ff97d6ad7a4036c11d744981..366319acac45371b3c54aa5f2dc886578d8fc0d7 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
@@ -102,6 +102,8 @@ class SafeBrowsingBlockingPage : public SecurityInterstitialPage { |
FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
MalwareReportsDisabled); |
FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
+ MalwareReportsTransitionDisabled); |
mattm
2015/12/28 17:56:30
MalwareReportsTransitionDisabled test doesn't seem
RaviKasibhatla
2015/12/29 05:35:07
Done.
|
+ FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
MalwareReportsToggling); |
FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
ExtendedReportingNotShownOnSecurePage); |
@@ -138,11 +140,6 @@ class SafeBrowsingBlockingPage : public SecurityInterstitialPage { |
// milliseconds), in order to get data from the blocked resource itself. |
int64_t malware_details_proceed_delay_ms_; |
- FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
- MalwareReportsTransitionDisabled); |
- FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest, |
- MalwareReportsToggling); |
- |
// Checks if we should even show the threat details option. For example, we |
// don't show it in incognito mode. |
bool CanShowThreatDetailsOption(); |