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

Unified Diff: chrome/browser/interstitials/security_interstitial_page.h

Issue 1223233002: Common Name Mismatch Handler For WWW Subdomain Mismatch case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Browsertests using MockCertVerifier Created 5 years, 4 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/interstitials/security_interstitial_page.h
diff --git a/chrome/browser/interstitials/security_interstitial_page.h b/chrome/browser/interstitials/security_interstitial_page.h
index 0bd632bd65fa8bb8dd4bf093b8414dbb65fc6460..3a112c5c85d2d3b3e6c05e7a9798fce369a73892 100644
--- a/chrome/browser/interstitials/security_interstitial_page.h
+++ b/chrome/browser/interstitials/security_interstitial_page.h
@@ -57,6 +57,7 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
CMD_OPEN_REPORTING_PRIVACY = 10,
// Report a phishing error
CMD_REPORT_PHISHING_ERROR = 11,
+ CMD_NAVIGATE_SUGGESTED_URL = 12,
};
SecurityInterstitialPage(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698