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

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

Issue 1355413003: Move error classification into the ssl_errors component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 0c45e31c4e12683610e57b96c5919111960d75b9..474c09b9f9db3a5572a10413930c5e6d6190d90e 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -30,7 +30,7 @@ class PolicyTest_SSLErrorOverridingDisallowed_Test;
}
class CertReportHelper;
-class SSLErrorClassification;
+class ChromeErrorClassification;
// This class is responsible for showing/hiding the interstitial page that is
// shown when a certificate error happens.
@@ -121,7 +121,7 @@ class SSLBlockingPage : public SecurityInterstitialPage {
// Did the user previously allow a bad certificate but the decision has now
// expired?
const bool expired_but_previously_allowed_;
- scoped_ptr<SSLErrorClassification> ssl_error_classification_;
+ scoped_ptr<ChromeErrorClassification> ssl_error_classification_;
// The time at which the interstitial was triggered. The interstitial
// calculates all times relative to this.

Powered by Google App Engine
This is Rietveld 408576698