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.
 };