Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.

[I think the Windows shared builders just need to be clobbered.]

[Committing for [email protected]. Original review:
http://codereview.chromium.org/8138008/ .]

This change supports audio capture from the microphone and supplies the data
through a Pepper interface. Its enumeration is limited to the default audio
device that uses mono 44.1kHz.

[email protected]

Review URL: http://codereview.chromium.org/8574029

[email protected]
Review URL: http://codereview.chromium.org/8569003

[email protected]
Review URL: http://codereview.chromium.org/8561003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110609 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index d439d3d..5da4b04 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -14,6 +14,7 @@
   API_ID_NONE = 0,
   API_ID_PPB_AUDIO = 1,
   API_ID_PPB_AUDIO_CONFIG,
+  API_ID_PPB_AUDIO_INPUT_DEV,
   API_ID_PPB_BROKER,
   API_ID_PPB_BUFFER,
   API_ID_PPB_CONTEXT_3D,