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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed broken include Created 6 years, 5 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/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 6fbc317f83cd43855ebc06625250e08d810a2f7b..d49df37d25c58acc61a6d9a838facc2c1b7bd1f9 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -900,6 +900,10 @@ quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() {
#endif
}
+content::SSLHostStateDelegate* TestingProfile::GetSSLHostStateDelegate() {
+ return NULL;
+}
+
bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698