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

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

Issue 2854263003: Add quiet safe browsing interstitial for WebView (Closed)
Patch Set: Remove old safe_browsing_prefs.h include from test Created 3 years, 7 months 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
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 1854a5f45bb5f419ce2c3d9bf995024fadb1b90c..63a28fed377ce8a389ddc6244fa5b044ec5e0f32 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -83,6 +83,8 @@ class SafeBrowsingBlockingPage : public BaseBlockingPage {
protected:
friend class SafeBrowsingBlockingPageFactoryImpl;
friend class SafeBrowsingBlockingPageTest;
+ friend class SafeBrowsingBlockingQuietPageFactoryImpl;
+ friend class SafeBrowsingBlockingQuietPageTest;
FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest,
ProceedThenDontProceed);
FRIEND_TEST_ALL_PREFIXES(SafeBrowsingBlockingPageTest,

Powered by Google App Engine
This is Rietveld 408576698