Chromium Code Reviews| Index: webkit/appcache/appcache_histograms.h |
| =================================================================== |
| --- webkit/appcache/appcache_histograms.h (revision 134562) |
| +++ webkit/appcache/appcache_histograms.h (working copy) |
| @@ -34,6 +34,15 @@ |
| static void AddCompletionQueueTimeSample(const base::TimeDelta& duration); |
| static void AddCompletionRunTimeSample(const base::TimeDelta& duration); |
| + static void AddMissingManifestEntrySample(); |
| + |
| + enum MissingManifestCallsiteType { |
| + CALLSITE_0, CALLSITE_1, CALLSITE_2, CALLSITE_3, |
| + NUM_MISSING_MANIFEST_CALLSITE_TYPES |
| + }; |
| + static void AddMissingManifstDetectedAtCallsite( |
|
jennb
2012/05/03 18:43:31
typo
michaeln
2012/05/03 19:03:25
Done.
|
| + MissingManifestCallsiteType type); |
| + |
| private: |
| DISALLOW_IMPLICIT_CONSTRUCTORS(AppCacheHistograms); |
| }; |