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

Unified Diff: webkit/appcache/appcache_histograms.h

Issue 10207020: Workaround for a crashing appcache bug seen on the crash servers (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
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);
};
« no previous file with comments | « no previous file | webkit/appcache/appcache_histograms.cc » ('j') | webkit/appcache/appcache_update_job_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698