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