| Index: content/browser/loader/resource_loader.h
|
| diff --git a/content/browser/loader/resource_loader.h b/content/browser/loader/resource_loader.h
|
| index d06f58ca6179d37f677715eb56fd58cbae206591..e7fc25997243ee2dc39f48f2da8445e9360472cc 100644
|
| --- a/content/browser/loader/resource_loader.h
|
| +++ b/content/browser/loader/resource_loader.h
|
| @@ -86,14 +86,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();
|
|
|