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

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

Issue 23734006: Add histograms to ResourceFetcher to measure memory cache hit rate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address Adam's comments Created 7 years, 3 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
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/Resource.h
diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h
index 6d5526b8db38b98471d56c4fdcf1f900af7ce760..bd9c37fef046aa0eb4bbc1810e63d92242eb71fd 100644
--- a/Source/core/fetch/Resource.h
+++ b/Source/core/fetch/Resource.h
@@ -70,7 +70,8 @@ public:
LinkSubresource,
TextTrack,
Shader,
- ImportResource
+ ImportResource,
+ NumberOfTypes,
};
enum Status {
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698