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

Unified Diff: content/browser/resource_context_impl.cc

Issue 2088763004: Remove resource_context.h include from resource_loader.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 6 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 | « content/browser/loader/resource_loader_unittest.cc ('k') | content/public/browser/resource_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resource_context_impl.cc
diff --git a/content/browser/resource_context_impl.cc b/content/browser/resource_context_impl.cc
index 69858783940e07c9987169ec322b1e043f2e9263..cd1b684f13c44464680602d35f15b6efe37783fe 100644
--- a/content/browser/resource_context_impl.cc
+++ b/content/browser/resource_context_impl.cc
@@ -19,7 +19,6 @@
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"
#include "net/base/keygen_handler.h"
-#include "net/ssl/client_cert_store.h"
using base::UserDataAdapter;
@@ -43,10 +42,6 @@ std::string ResourceContext::GetMediaDeviceIDSalt() {
return media_device_id_salt_;
}
-std::unique_ptr<net::ClientCertStore> ResourceContext::CreateClientCertStore() {
- return std::unique_ptr<net::ClientCertStore>();
-}
-
void ResourceContext::CreateKeygenHandler(
uint32_t key_size_in_bits,
const std::string& challenge_string,
« no previous file with comments | « content/browser/loader/resource_loader_unittest.cc ('k') | content/public/browser/resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698