diff options
author | reillyg <reillyg@chromium.org> | 2015-04-10 20:47:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-11 03:48:05 +0000 |
commit | 92c5e06599547fa733d45f4c000a31acbe0c66f8 (patch) | |
tree | 65d1d37266e4a561c982176db39921fbbd05b7bb /extensions/browser/extension_function_histogram_value.h | |
parent | 9045adae17d792e3d0c475f90e906de2b29df1e2 (diff) | |
download | chromium_src-92c5e06599547fa733d45f4c000a31acbe0c66f8.zip chromium_src-92c5e06599547fa733d45f4c000a31acbe0c66f8.tar.gz chromium_src-92c5e06599547fa733d45f4c000a31acbe0c66f8.tar.bz2 |
Implement chrome.sockets.udp.setBroadcast.
Enable Chrome Apps to receive broadcast UDP traffic by setting the
SO_BROADCAST option on a socket. This feature piggybacks on existing
permissions as it requires a socket to be bound to the interface where
the broadcast traffic will be received.
BUG=308461
Review URL: https://codereview.chromium.org/1071813002
Cr-Commit-Position: refs/heads/master@{#324768}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_function_histogram_value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index cdcdeb5..c182e48 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -1060,6 +1060,7 @@ enum HistogramValue { NETWORKINGPRIVATE_GETDEVICESTATES, DEVELOPERPRIVATE_GETPROFILECONFIGURATION, DEVELOPERPRIVATE_UPDATEPROFILECONFIGURATION, + SOCKETS_UDP_SETBROADCAST, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms.xml. ENUM_BOUNDARY |