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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 2861533004: Implement chrome.bluetoothLowEnergy.resetAdvertising(). (Closed)
Patch Set: Implement chrome.bluetoothLowEnergy.resetAllAdvertisements(). Created 3 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 2487b81982498ba8a4cd1d04f6589837688bd553..1109f5225d3a069680f064253172617d3c8d07ff 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1245,6 +1245,7 @@ enum HistogramValue {
LOCKSCREENDATA_GETCONTENT,
LOCKSCREENDATA_SETCONTENT,
LOCKSCREENDATA_DELETE,
+ BLUETOOTHLOWENERGY_RESETADVERTISING,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
tbarzic 2017/06/27 22:49:12 you have to run this too :)
Sonny Sasaka 2017/06/27 23:14:02 Done.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698