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

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: Comments Addressed! 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..092525e56a2637b0c173c2441fc0fd65be163af7 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -138,11 +138,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