Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chrome/browser/net/certificate_error_reporter.h

Issue 1134283003: Add HTTP certificate report URL with Finch gate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « no previous file | chrome/browser/net/certificate_error_reporter.cc » ('j') | chrome/browser/net/certificate_error_reporter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698