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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 1291113002: Cast extension private API for ChromeOS system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address comments Created 5 years, 4 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_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 03bd28c0ab907ebd70024f74d00c5d12999cc745..f57cdad2570c367d21fdbd87ac959c69b3a6bcc9 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -394,7 +394,9 @@ enum HistogramValue {
WEB_VIEW_INTERNAL_ON_UNRESPONSIVE,
WEB_VIEW_INTERNAL_ON_ZOOM_CHANGE,
GUEST_VIEW_INTERNAL_ON_RESIZE,
-
+ CAST_DEVICES_PRIVATE_ON_UPDATE_DEVICES_REQUESTED,
+ CAST_DEVICES_PRIVATE_ON_START_CAST,
+ CAST_DEVICES_PRIVATE_ON_STOP_CAST,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698