commit | abb833ee12957986bb4c9a82ae639cae2ee8dd26 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Feb 15 03:48:51 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Feb 15 03:48:51 2014 |
tree | b6bea97ef0a509dabea7555d964649670b25f254 | |
parent | 1953e60788f6435720eab65709d4d44753993d3d [diff] [blame] |
Implement networkingPrivate.setWifiTDLSEnabledState BUG=329738 Review URL: https://codereview.chromium.org/156353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251501 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 b1aa631e..72614ac 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -746,6 +746,8 @@ DEVELOPERPRIVATE_REQUESTFILESOURCE, DEVELOPERPRIVATE_OPENDEVTOOLS, ACTIVITYLOGPRIVATE_DELETEACTIVITIES, + NETWORKINGPRIVATE_SETWIFITDLSENABLEDSTATE, + NETWORKINGPRIVATE_GETWIFITDLSSTATUS, ENUM_BOUNDARY // Last entry: Add new entries above. };