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

Unified Diff: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h

Issue 1659053002: Remove custom counts histogram from the blink API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
index 9d58bcb68e6a54f66d91331636765907e00bae4c..3faa5a71654fb77a15825727296b1ec3ffa213df 100644
--- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
+++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
@@ -70,7 +70,7 @@ private:
void recordRemoteFont(const FontResource*);
bool hadBlankText() { return m_fallbackPaintTime; }
private:
- const char* histogramName(const FontResource*);
+ void recordLoadTimeHistogram(const FontResource*, int duration);
void recordInterventionResult(bool triggered);
double m_loadStartTime;
double m_fallbackPaintTime;

Powered by Google App Engine
This is Rietveld 408576698