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 0e96ebc1190c7db66f75010513309a2b5c76747b..d3bf1e22a23377f35ab316b8193f21a2bcd8731e 100644 |
--- a/chrome/browser/interstitials/security_interstitial_page.h |
+++ b/chrome/browser/interstitials/security_interstitial_page.h |
@@ -24,6 +24,9 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate { |
// DO NOT reorder or change these without also changing the JavaScript! |
// See chrome/browser/resources/security_warnings/interstitial_v2.js |
enum SecurityInterstitialCommands { |
+ // Used by tests |
+ CMD_TEXT_FOUND = -2, |
+ CMD_TEXT_NOT_FOUND = -1, |
// Decisions |
CMD_DONT_PROCEED = 0, |
CMD_PROCEED = 1, |