diff options
Diffstat (limited to 'chrome/browser/net/predictor_api.h')
-rw-r--r-- | chrome/browser/net/predictor_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/net/predictor_api.h b/chrome/browser/net/predictor_api.h index 8532b34..37d39e6 100644 --- a/chrome/browser/net/predictor_api.h +++ b/chrome/browser/net/predictor_api.h @@ -61,6 +61,9 @@ void PreconnectUrlAndSubresources(const GURL& url); // When displaying info in about:dns, the following API is called. void PredictorGetHtmlInfo(std::string* output); +// Destroy the predictor's internal state: referrers and work queue. +void ClearPredictorCache(); + //------------------------------------------------------------------------------ // When we navigate to a frame that may contain embedded resources, we may know // in advance some other URLs that will need to be connected to (via TCP and |