commit | f71815beee6e765d93cc62e6651ce0bdb0bf8820 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Oct 17 03:57:31 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Oct 17 03:57:31 2013 |
tree | 170bae07e584f93ace3ecb637c962bfea3df0211 | |
parent | cd4c611d187b680ea14f12206eaa28eb4cee0798 [diff] [blame] |
Add an API to get whether an interface (e.g. Wi-Fi) is enabled and to enable it BUG=253658 [email protected] Review URL: https://codereview.chromium.org/26340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229044 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index a62b014..47ae023 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -660,6 +660,9 @@ SOCKETS_TCP_CLOSE, SOCKETS_TCP_GETINFO, SOCKETS_TCP_GETSOCKETS, + NETWORKINGPRIVATE_GETENABLEDNETWORKTYPES, + NETWORKINGPRIVATE_ENABLENETWORKTYPE, + NETWORKINGPRIVATE_DISABLENETWORKTYPE, ENUM_BOUNDARY // Last entry: Add new entries above. };