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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 2887293003: Modernize some extensions code. (Closed)
Patch Set: address comments Created 3 years, 7 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 | « extensions/browser/event_router_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 0c9bafebc92641602c05e54a6e0368ae231540d1..c761918d06ebed60018cd3cca0429d3614ec935f 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -8,9 +8,6 @@
namespace extensions {
namespace events {
-// TODO(kalman): I am still in the process of migrating Event construction away
-// from using "UNKNOWN" to their real histogram values. See crbug.com/503402.
-//
// Short version:
// *Never* reorder or delete entries in the |HistogramValue| enumeration.
// When creating a new extension event, add a new entry at the end of the
« no previous file with comments | « extensions/browser/event_router_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698