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

Unified Diff: native_client_sdk/src/examples/api/url_loader/geturl_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/geturl_success.html
diff --git a/native_client_sdk/src/examples/api/url_loader/geturl_success.html b/native_client_sdk/src/examples/api/url_loader/geturl_success.html
deleted file mode 100644
index f5a3b8bdc691e157a59f6c10b264400bb3b45bf8..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/api/url_loader/geturl_success.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<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 geturl example</title>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
- <META HTTP-EQUIV="Expires" CONTENT="-1" />
- </head>
- <body>
- <h1>PPAPI geturl example</h1>
- The PPAPI geturl 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