Index: components/security_interstitials/core/controller_client.h |
diff --git a/components/security_interstitials/core/controller_client.h b/components/security_interstitials/core/controller_client.h |
index 9b18284bf999e5dc2d5e3282ccac643cf008e243..689decf462105bca8d194b18f75919ac4682e524 100644 |
--- a/components/security_interstitials/core/controller_client.h |
+++ b/components/security_interstitials/core/controller_client.h |
@@ -15,6 +15,12 @@ class PrefService; |
namespace security_interstitials { |
+// Constants used to communicate with the JavaScript. |
+extern const char kBoxChecked[]; |
+extern const char kDisplayCheckBox[]; |
+extern const char kOptInLink[]; |
+extern const char kPrivacyLinkHtml[]; |
+ |
class MetricsHelper; |
// Provides methods for handling commands from the user, which requires some |