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

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: resolved comments: documentation, style changes Created 5 years, 5 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 6a07dfacd3c6e70ed5f9e956cef8f394bc7d8c65..3981f038c53021496b8f7de4558ad326491c8c7a 100644
--- a/chrome/browser/interstitials/security_interstitial_page.h
+++ b/chrome/browser/interstitials/security_interstitial_page.h
@@ -55,6 +55,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