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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 1035023002: Adding the Finch code for the certificate error reporter experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix resolution mix-up Created 5 years, 9 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 1ce1ad8239087b91dea30737755672f3e16a1dd7..212baa32cbd4d246828673cbd3932baa6fc1ecb3 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -16,6 +16,12 @@
#include "net/ssl/ssl_info.h"
#include "url/gurl.h"
+// Constants for the HTTPSErrorReporter Finch experiment
+extern const char kHTTPSErrorReporterFinchExperimentName[];
+extern const char kHTTPSErrorReporterFinchGroupShowPossiblySend[];
+extern const char kHTTPSErrorReporterFinchGroupDontShowDontSend[];
+extern const char kHTTPSErrorReporterFinchParamName[];
+
#if defined(ENABLE_EXTENSIONS)
namespace extensions {
class ExperienceSamplingEvent;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698