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

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

Issue 2858043004: Support interstitials with no primary button (Closed)
Patch Set: 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: 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..b77a1b7aaf4950673a4db11d7000c42e210d2713 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 CanGoBack() override;
felt 2017/05/05 00:31:14 nit: can you move this to be next to GoBack()?
edwardjung 2017/05/05 10:24:24 Done.
-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