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

Unified Diff: native_client_sdk/src/examples/file_io/index.html

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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: native_client_sdk/src/examples/file_io/index.html
diff --git a/native_client_sdk/src/examples/file_io/index.html b/native_client_sdk/src/examples/file_io/index.html
index 64767b2f48e4767ef2dcc42f995c713b49d7cbdd..7625bd69c0aeb56793d59fe842c8a8b43c49f5db 100644
--- a/native_client_sdk/src/examples/file_io/index.html
+++ b/native_client_sdk/src/examples/file_io/index.html
@@ -15,6 +15,8 @@
<body data-width="200" data-height="200" data-custom-load="true" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
+ <p>The File IO example demonstrates saving, loading, and deleting files
+ from the persistent file store.</p>
<textarea id="fileEditor"
cols="40"
@@ -22,7 +24,7 @@
wrap="hard"
placeholder="Enter some text to save in a file..."></textarea>
<br>File Name
- <input type="text" id="fileName" action="">
+ <input type="text" id="fileName" action="" value="/filename.txt">
<button id="saveButton" action="">Save</button>
<button id="loadButton" action="">Load</button>
<button id="deleteButton" action="">Delete</button>
« no previous file with comments | « native_client_sdk/src/examples/file_io/example.dsc ('k') | native_client_sdk/src/examples/fullscreen_tumbler/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698