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

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: Update chrome/test/DEPS. 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 c74cabc560357d28d8dd03db926e95174603164a..8493b3c90160da3b031ae38b18b625de57b8f8c7 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -515,6 +515,9 @@ enum HistogramValue {
BLUETOOTH_ADDPROFILE,
BLUETOOTH_REMOVEPROFILE,
BLUETOOTH_GETPROFILES,
+ AUDIO_GETINFO,
+ AUDIO_SETACTIVEDEVICES,
+ AUDIO_SETPROPERTIES,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698