| Index: components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.js b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| index 805e6da3a76871e1f20a224c8d12d3090aea4a07..332f6939fc340ff453158478974ec0693860c391 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| @@ -23,8 +23,9 @@ var CMD_OPEN_LOGIN = 7;
|
| var CMD_DO_REPORT = 8;
|
| var CMD_DONT_REPORT = 9;
|
| var CMD_OPEN_REPORTING_PRIVACY = 10;
|
| +var CMD_OPEN_WHITEPAPER = 11;
|
| // Report a phishing error.
|
| -var CMD_REPORT_PHISHING_ERROR = 11;
|
| +var CMD_REPORT_PHISHING_ERROR = 12;
|
|
|
| /**
|
| * A convenience method for sending commands to the parent page.
|
|
|