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

Unified Diff: native_client_sdk/src/examples/api/url_loader/url_loader_success.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/url_loader_success.html
diff --git a/native_client_sdk/src/examples/api/url_loader/url_loader_success.html b/native_client_sdk/src/examples/api/url_loader/url_loader_success.html
new file mode 100644
index 0000000000000000000000000000000000000000..340d538cf3edf3f922c087eec0d9bb285965bb4a
--- /dev/null
+++ b/native_client_sdk/src/examples/api/url_loader/url_loader_success.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <!--
+ Copyright (c) 2010 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>PPAPI UrlLoader example</title>
+ </head>
+ <body>
+ <h1>PPAPI UrlLoader example</h1>
+ The PPAPI UrlLoader example fetches the contents of this page. If you are
+ seeing the contents of this page as part of the test output, then the test
+ passed.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698