Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: ppapi/examples/filesystem_provider/filesystem.html

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Various cleanups Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698