| Index: ppapi/examples/filesystem_provider/filesystem.html
|
| diff --git a/ppapi/examples/filesystem_provider/filesystem.html b/ppapi/examples/filesystem_provider/filesystem.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73191eb6ad5980752c7ad6c82430369f5da396ee
|
| --- /dev/null
|
| +++ b/ppapi/examples/filesystem_provider/filesystem.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <!--
|
| + Copyright (c) 2012 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>2D Example</title>
|
| +</head>
|
| +
|
| +<body>
|
| +
|
| +<embed id="plugin" type="application/x-ppapi-filesystem-provider">
|
| +
|
| +</body>
|
| +</html>
|
|
|