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 400843002: Clean up Bluetooth API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a trailing return Created 6 years, 5 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 188ec7c89fdde98075b6b261d526955e043d33d5..7fc500fa4440b67e18a4e8480b28bf05ef1f5e43 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -765,8 +765,8 @@ enum HistogramValue {
METRICSPRIVATE_RECORDSPARSEVALUE,
HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED,
BLUETOOTHPRIVATE_SETADAPTERSTATE,
- BLUETOOTHPRIVATE_ENABLEPAIRING,
- BLUETOOTHPRIVATE_DISABLEPAIRING,
+ DELETED_BLUETOOTHPRIVATE_ENABLEPAIRING,
+ DELETED_BLUETOOTHPRIVATE_DISABLEPAIRING,
BLUETOOTHPRIVATE_SETPAIRINGRESPONSE,
NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS,
AUTOMATIONINTERNAL_PERFORMACTION,

Powered by Google App Engine
This is Rietveld 408576698