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

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

Issue 12684008: Multicast socket API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add License info to multicast.js 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 e73038451339920fc205e2f2e378c293e77c608b..13406cd58b0d6f6dd04dfd2831a97782567dd8ff 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -520,6 +520,11 @@ enum HistogramValue {
AUDIO_SETACTIVEDEVICES,
AUDIO_SETPROPERTIES,
USB_RESETDEVICE,
+ SOCKET_MULTICAST_JOIN_GROUP,
+ SOCKET_MULTICAST_LEAVE_GROUP,
+ SOCKET_MULTICAST_SET_TIME_TO_LIVE,
+ SOCKET_MULTICAST_SET_LOOPBACK_MODE,
+ SOCKET_MULTICAST_GET_JOINED_GROUPS,
ENUM_BOUNDARY // Last entry: Add new entries above.
};
« no previous file with comments | « chrome/browser/extensions/api/socket/udp_socket_unittest.cc ('k') | chrome/common/extensions/api/socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698