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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 356673003: Notification Provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added notification getter to permission_set_unittest Created 6 years, 6 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index e175cb41652204c9a1f4719544b97dddc143a580..a11600b4cd106e16737fa60bc270e0e65778da23 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -858,6 +858,10 @@ enum HistogramValue {
FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDERROR,
FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDSUCCESS,
GUESTVIEWINTERNAL_CREATEGUEST,
+ NOTIFICATIONGETTER_SENDONCLOSE,
+ NOTIFICATIONGETTER_SENDONCLICK,
+ NOTIFICATIONGETTER_SENDONCLICKBUTTON,
+ NOTIFICATIONGETTER_NOTIFYPERMISSIONLEVELCHANGED,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698