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

Unified Diff: components/security_interstitials/core/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/core/controller_client.h
diff --git a/components/security_interstitials/core/controller_client.h b/components/security_interstitials/core/controller_client.h
index 33d9cece49438ed842586b792cf8a538509ad5f8..b16335127ce827705766143b1000713271210383 100644
--- a/components/security_interstitials/core/controller_client.h
+++ b/components/security_interstitials/core/controller_client.h
@@ -91,6 +91,9 @@ class ControllerClient {
virtual const std::string& GetApplicationLocale() const = 0;
+ // Wehether the interstitial is being displayed in a WebView.
+ virtual bool IsWebView() = 0;
felt 2017/05/03 18:17:01 Instead of adding "IsWebView()", there should be a
+
protected:
virtual const std::string GetExtendedReportingPrefName() const = 0;

Powered by Google App Engine
This is Rietveld 408576698