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

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: Fix clang build (by adding missing switch case) 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') | Source/core/fetch/ResourceFetcher.cpp » ('J')
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..0492d62d8d83162d9a1a3c28ae366a944e08ac15 100644
--- a/Source/core/fetch/Resource.h
+++ b/Source/core/fetch/Resource.h
@@ -70,7 +70,8 @@ public:
LinkSubresource,
TextTrack,
Shader,
- ImportResource
+ ImportResource,
+ NumberOfTypes = 13,
abarth-chromium 2013/09/16 21:04:35 There's no need to assign a specific value to this
Philippe 2013/09/17 08:37:50 Yeah, I had kept this one to make it clear that th
};
enum Status {
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.cpp » ('j') | Source/core/fetch/ResourceFetcher.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698