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

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: Refactor Finch config 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
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..d724d76567b0a47d3030dd725c65550c63598096 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -22,6 +22,12 @@ class ExperienceSamplingEvent;
}
#endif
+// Constants for the HTTPSErrorReporter Finch experiment
felt 2015/04/03 14:34:46 Is this the right place in the declaration order f
fahl 2015/04/03 17:39:31 Done.
+extern const char kHTTPSErrorReporterFinchExperimentName[];
+extern const char kHTTPSErrorReporterFinchGroupShowPossiblySend[];
+extern const char kHTTPSErrorReporterFinchGroupDontShowDontSend[];
+extern const char kHTTPSErrorReporterFinchParamName[];
+
class SafeBrowsingUIManager;
class SSLErrorClassification;

Powered by Google App Engine
This is Rietveld 408576698