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

Unified Diff: components/security_interstitials/content/security_interstitial_controller_client.h

Issue 2852333003: Rename SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI (Closed)
Patch Set: Move SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI Created 3 years, 8 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: components/security_interstitials/content/security_interstitial_controller_client.h
diff --git a/components/security_interstitials/content/security_interstitial_controller_client.h b/components/security_interstitials/content/security_interstitial_controller_client.h
index 1d70720718c6397d2082bce4b2a8baa71d5c409e..ab6a9392cebb93ce1677e5ca0641e02e93234658 100644
--- a/components/security_interstitials/content/security_interstitial_controller_client.h
+++ b/components/security_interstitials/content/security_interstitial_controller_client.h
@@ -48,8 +48,9 @@ class SecurityInterstitialControllerClient
const std::string& GetApplicationLocale() const override;
bool CanLaunchDateAndTimeSettings() override;
void LaunchDateAndTimeSettings() override;
+ bool IsWebView() override;
-protected:
+ protected:
// security_interstitials::ControllerClient overrides.
const std::string GetExtendedReportingPrefName() const override;
content::WebContents* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698