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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 13486004: Audio extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Rahul's comments. Created 7 years, 8 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: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 150c4f58b9f8ff58a6f0413f80871c7e2a987aa3..1f518f89ba69bbaf5c9207b8509c257a4a5dc344 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -516,6 +516,9 @@ enum HistogramValue {
BLUETOOTH_REMOVEPROFILE,
BLUETOOTH_GETPROFILES,
EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN,
+ AUDIO_GETINFO,
+ AUDIO_SETACTIVEDEVICES,
+ AUDIO_SETPROPERTIES,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698