Index: components/security_interstitials/core/controller_client.cc |
diff --git a/components/security_interstitials/core/controller_client.cc b/components/security_interstitials/core/controller_client.cc |
index 7be4d84a60bca5370a15fd7019262b9108f94f05..0baa07a211287bd6fc5e944bd290052d61f45d5c 100644 |
--- a/components/security_interstitials/core/controller_client.cc |
+++ b/components/security_interstitials/core/controller_client.cc |
@@ -13,6 +13,13 @@ |
namespace security_interstitials { |
+const char kBoxChecked[] = "boxchecked"; |
+const char kDisplayCheckBox[] = "displaycheckbox"; |
+const char kOptInLink[] = "optInLink"; |
+const char kPrivacyLinkHtml[] = |
+ "<a id=\"privacy-link\" href=\"\" onclick=\"sendCommand(%d); " |
+ "return false;\" onmousedown=\"return false;\">%s</a>"; |
+ |
ControllerClient::ControllerClient() {} |
ControllerClient::~ControllerClient() {} |