| Index: content/browser/loader/resource_loader.h
|
| diff --git a/content/browser/loader/resource_loader.h b/content/browser/loader/resource_loader.h
|
| index 5b5ecdb500e62a820c04bb0a01dd5188f9c4187e..e445522a845064ce2b93e74641868994e2d726dc 100644
|
| --- a/content/browser/loader/resource_loader.h
|
| +++ b/content/browser/loader/resource_loader.h
|
| @@ -14,7 +14,6 @@
|
| #include "content/browser/ssl/ssl_error_handler.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/resource_controller.h"
|
| -#include "content/public/common/signed_certificate_timestamp_id_and_status.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| namespace net {
|
| @@ -83,14 +82,6 @@ class CONTENT_EXPORT ResourceLoader : public net::URLRequest::Delegate,
|
|
|
| void StartRequestInternal();
|
| void CancelRequestInternal(int error, bool from_renderer);
|
| - // Stores the SignedCertificateTimestamps held in |sct_list| in the
|
| - // SignedCertificateTimestampStore singleton, associated with |process_id|.
|
| - // On return, |sct_ids| contains the assigned ID and verification status of
|
| - // each SignedCertificateTimestamp.
|
| - void StoreSignedCertificateTimestamps(
|
| - const net::SignedCertificateTimestampAndStatusList& sct_list,
|
| - int process_id,
|
| - SignedCertificateTimestampIDStatusList* sct_ids);
|
| void CompleteResponseStarted();
|
| void StartReading(bool is_continuation);
|
| void ResumeReading();
|
|
|