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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.h

Issue 1551583002: [gcc_build_error] Fix for multiple friend decl of MalwareReportsToggling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698