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

Unified Diff: native_client_sdk/src/examples/api/url_loader/index.html

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 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: native_client_sdk/src/examples/api/url_loader/index.html
diff --git a/native_client_sdk/src/examples/api/url_loader/index.html b/native_client_sdk/src/examples/api/url_loader/index.html
index cdaa241be0e33818a3ec5492d18dddd77ff37454..828ff1fe669940a3d8ceff17c5f6dc29ec90ea3d 100644
--- a/native_client_sdk/src/examples/api/url_loader/index.html
+++ b/native_client_sdk/src/examples/api/url_loader/index.html
@@ -15,8 +15,8 @@ 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
+ <p>The URL Loader example demonstrates fetching an URL and then displaying its
+ contents. Clicking the Get URL button will cause a url_loader_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">

Powered by Google App Engine
This is Rietveld 408576698