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

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

Issue 2499263002: Add UMA to estimate deroppable memory usage of encoded data size in Resources (Closed)
Patch Set: Created 4 years, 1 month 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/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 360d442c059804a5b008a471faf819f5b2c33f04..0fde41972378976849fa056bcba8380ad3378712 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -402,6 +402,8 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
: AutoReset(&resource->m_isAddRemoveClientProhibited, true) {}
};
+ bool isReloadable() const;
yhirano 2016/11/15 10:21:55 What does this method mean?
hajimehoshi 2016/11/15 10:50:07 This returns true when the resource can be reloade
+
private:
class ResourceCallback;
class CachedMetadataHandlerImpl;

Powered by Google App Engine
This is Rietveld 408576698