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

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

Issue 7966005: Move TransportSecurityPersister completely to IO thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 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/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 51a6f185f40a1de32275b0a48e72d86a6975cef7..e68451cea8beea6fb4613a09b955d6926ad4a3e7 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -460,10 +460,6 @@ SSLHostState* TestingProfile::GetSSLHostState() {
return NULL;
}
-net::TransportSecurityState* TestingProfile::GetTransportSecurityState() {
- return NULL;
-}
-
FaviconService* TestingProfile::GetFaviconService(ServiceAccessType access) {
return favicon_service_.get();
}
@@ -793,6 +789,10 @@ chrome_browser_net::Predictor* TestingProfile::GetNetworkPredictor() {
return NULL;
}
+void TestingProfile::DeleteTransportSecurityStateSince(const base::Time& time) {
+ NOTIMPLEMENTED();
+}
+
PrefService* TestingProfile::GetOffTheRecordPrefs() {
return NULL;
}
« chrome/browser/transport_security_persister.h ('K') | « chrome/test/base/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698