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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h

Issue 2767853003: Remove stale-while-revalidate from blink (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
index f6ccce6f6a80843b371db22cb7729c2dd8ae5437..f2cc0373c48282dea11f55163c555ef2cb7943a7 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
@@ -197,7 +197,6 @@ class PLATFORM_EXPORT ResourceResponse final {
bool cacheControlContainsMustRevalidate() const;
bool hasCacheValidatorFields() const;
double cacheControlMaxAge() const;
- double cacheControlStaleWhileRevalidate() const;
double date() const;
double age() const;
double expires() const;

Powered by Google App Engine
This is Rietveld 408576698