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

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

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.cc
diff --git a/components/security_interstitials/content/security_interstitial_controller_client.cc b/components/security_interstitials/content/security_interstitial_controller_client.cc
index 150505e5f5ad71b93849ad88951833276703d720..32c3132686413b0f878d900bcc76f48fb3c97967 100644
--- a/components/security_interstitials/content/security_interstitial_controller_client.cc
+++ b/components/security_interstitials/content/security_interstitial_controller_client.cc
@@ -99,4 +99,8 @@ void SecurityInterstitialControllerClient::LaunchDateAndTimeSettings() {
NOTREACHED();
}
+bool SecurityInterstitialControllerClient::IsWebView() {
+ return true; // Should this value be set in this controller or WV controller?
+}
+
} // namespace security_interstitials

Powered by Google App Engine
This is Rietveld 408576698