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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 1937773002: remove obsolete todo note for CSS property to histogram id mapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index e01e14f949f9218b1b2fe8d3f37988c683315aa0..10f1fc762dd288763faf3f6480f443c4b2995d3f 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -43,11 +43,6 @@ static int totalPagesMeasuredCSSSampleId() { return 1; }
int UseCounter::m_muteCount = 0;
-// FIXME : This mapping should be autogenerated. This function should
-// be moved to a separate file and a script run at build time
-// to detect new values in CSSPropertyID and add them to the
-// end of this function. This file would be checked in.
-// https://code.google.com/p/chromium/issues/detail?id=234940
int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
{
CSSPropertyID cssPropertyID = static_cast<CSSPropertyID>(id);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698