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

Unified Diff: net/http/http_cache_transaction.h

Issue 1041763002: Remove stale-while-revalidate experimental implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing header includes. Created 5 years, 7 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: net/http/http_cache_transaction.h
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
index cbf092907a99869813309f9590b7bfae8c6a2cbc..3daf8e570cee5fc6115e55d02811947bc98fa601 100644
--- a/net/http/http_cache_transaction.h
+++ b/net/http/http_cache_transaction.h
@@ -10,6 +10,7 @@
#include <string>
+#include "base/memory/scoped_ptr.h"
gavinp 2015/06/16 23:54:46 Why is this being added, and not, say, "base/memor
Adam Rice 2015/06/17 10:18:00 When performing the original revert merge, I accid
#include "base/time/time.h"
#include "net/base/completion_callback.h"
#include "net/base/request_priority.h"
@@ -340,9 +341,6 @@ class HttpCache::Transaction : public HttpTransaction {
// Fixes the response headers to match expectations for a HEAD request.
void FixHeadersForHead();
- // Launches an asynchronous revalidation based on this transaction.
- void TriggerAsyncValidation();
-
// Changes the response code of a range request to be 416 (Requested range not
// satisfiable).
void FailRangeRequest();

Powered by Google App Engine
This is Rietveld 408576698