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

Unified Diff: native_client_sdk/src/examples/geturl/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/geturl/index.html
diff --git a/native_client_sdk/src/examples/geturl/index.html b/native_client_sdk/src/examples/geturl/index.html
index ceb42ade1385a97037c4ca1326a4df0d8fd9f2ff..cdaa241be0e33818a3ec5492d18dddd77ff37454 100644
--- a/native_client_sdk/src/examples/geturl/index.html
+++ b/native_client_sdk/src/examples/geturl/index.html
@@ -15,6 +15,10 @@ found in the LICENSE file.
<body {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
+ <p>The Get URL example demonstrates fetching an URL and then displaying its
+ contents. Clicking the GetURL button will cause a geturl_success.html
+ file to get loaded asynchronously, then displayed in a text box when the
+ load completes.</p>
<table border=5 cellpadding=5% summary="A title and a result log">
<tr>
<td valign=top><pre id='generalOutput' class='notrun'></pre></td>
« no previous file with comments | « native_client_sdk/src/examples/geturl/example.dsc ('k') | native_client_sdk/src/examples/hello_nacl_io/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698