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

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

Issue 2852333003: Rename SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI (Closed)
Patch Set: Comments 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 fe0f322882ea74820dd8c4f50f9e8f54acc114e5..1854a5f45bb5f419ce2c3d9bf995024fadb1b90c 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -44,6 +44,8 @@ class ThreatDetails;
class SafeBrowsingBlockingPage : public BaseBlockingPage {
public:
+ typedef security_interstitials::BaseSafeBrowsingErrorUI
+ BaseSafeBrowsingErrorUI;
// Interstitial type, used in tests.
static content::InterstitialPageDelegate::TypeID kTypeForTesting;
@@ -104,7 +106,7 @@ class SafeBrowsingBlockingPage : public BaseBlockingPage {
content::WebContents* web_contents,
const GURL& main_frame_url,
const UnsafeResourceList& unsafe_resources,
- const SafeBrowsingErrorUI::SBErrorDisplayOptions& display_options);
+ const BaseSafeBrowsingErrorUI::SBErrorDisplayOptions& display_options);
// Called after the user clicks OnProceed(). If the page has malicious
// subresources, then we show another interstitial.
@@ -129,7 +131,7 @@ class SafeBrowsingBlockingPage : public BaseBlockingPage {
static SafeBrowsingBlockingPageFactory* factory_;
private:
static std::string GetSamplingEventName(
- SafeBrowsingErrorUI::SBInterstitialReason interstitial_reason);
+ BaseSafeBrowsingErrorUI::SBInterstitialReason interstitial_reason);
static std::unique_ptr<
security_interstitials::SecurityInterstitialControllerClient>
« no previous file with comments | « android_webview/browser/aw_safe_browsing_blocking_page.cc ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698