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

Unified Diff: third_party/WebKit/Source/core/fetch/Resource.h

Issue 2561403003: Use getDataBufferingPolicy() instead of the redundant dataBufferingPolicy(). (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/fetch/RawResource.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index f7617f1d8b387bdd90c20efef3ee6a7bf0835ccb..17136ed6524702c5f3b12a508fe9b008b3c99a8a 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -383,9 +383,6 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
const HeapHashCountedSet<WeakMember<ResourceClient>>& clients() const {
return m_clients;
}
- DataBufferingPolicy dataBufferingPolicy() const {
- return m_options.dataBufferingPolicy;
- }
void setCachePolicyBypassingCache();
void setLoFiStateOff();
« no previous file with comments | « third_party/WebKit/Source/core/fetch/RawResource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698