Index: chrome/browser/net/certificate_error_reporter.h |
diff --git a/chrome/browser/net/certificate_error_reporter.h b/chrome/browser/net/certificate_error_reporter.h |
index cba431f640e49960fc011f0393ccef4bfb300bdd..7aa17be178e08eb72dbbb44597b34799b077ed3d 100644 |
--- a/chrome/browser/net/certificate_error_reporter.h |
+++ b/chrome/browser/net/certificate_error_reporter.h |
@@ -23,6 +23,11 @@ namespace chrome_browser_net { |
class CertLoggerRequest; |
class EncryptedCertLoggerRequest; |
+// Constants for the Finch trial that controls whether the |
+// CertificateErrorReporter supports HTTP uploads. |
+extern const char kHttpCertificateUploadExperiment[]; |
+extern const char kHttpCertificateUploadGroup[]; |
+ |
// Provides functionality for sending reports about invalid SSL |
// certificate chains to a report collection server. |
class CertificateErrorReporter : public net::URLRequest::Delegate { |