| Index: ppapi/examples/audio_input/audio_input.html
|
| diff --git a/ppapi/examples/audio_input/audio_input.html b/ppapi/examples/audio_input/audio_input.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bfa91cd3582a0a0da25e4c6255e6f98bc2936830
|
| --- /dev/null
|
| +++ b/ppapi/examples/audio_input/audio_input.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <!--
|
| + Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file.
|
| + -->
|
| +<head>
|
| + <title>Audio Input Example</title>
|
| +</head>
|
| +
|
| +<body>
|
| +
|
| +<embed id="plugin" type="application/x-ppapi-example-audio-input"
|
| + width="800" height="400"/>
|
| +
|
| +</body>
|
| +</html>
|
|
|