Add WebRTC logging extension API.

No functionality hooked up in this CL; this is just to get the API itself in place. Will be done in follow-up CL(s).

BUG=TBD

Review URL: https://chromiumcodereview.appspot.com/23885002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225031 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 4d6755e9..57c42341 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -634,6 +634,12 @@
   WALLPAPER_SETWALLPAPER,
   VIRTUALKEYBOARDPRIVATE_HIDEKEYBOARD,
   AUTOTESTPRIVATE_LOCKSCREEN,
+  WEBRTCLOGGINGPRIVATE_SETMETADATA,
+  WEBRTCLOGGINGPRIVATE_START,
+  WEBRTCLOGGINGPRIVATE_SETUPLOADONRENDERCLOSE,
+  WEBRTCLOGGINGPRIVATE_STOP,
+  WEBRTCLOGGINGPRIVATE_UPLOAD,
+  WEBRTCLOGGINGPRIVATE_DISCARD,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };