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, |