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

Unified Diff: ppapi/examples/extensions/extensions.html

Issue 60173003: Draft: apps APIs in Pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « ppapi/examples/extensions/extensions.cc ('k') | ppapi/generators/idl_c_header.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/extensions/extensions.html
diff --git a/ppapi/examples/2d/2d.html b/ppapi/examples/extensions/extensions.html
similarity index 54%
copy from ppapi/examples/2d/2d.html
copy to ppapi/examples/extensions/extensions.html
index 40b65bab437a5da0f791e27d674a399389bdf96f..07bedb75ef390d4bc5c6bdeb85c4825e446f9bca 100644
--- a/ppapi/examples/2d/2d.html
+++ b/ppapi/examples/extensions/extensions.html
@@ -1,17 +1,16 @@
<!DOCTYPE html>
<html>
<!--
- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ Copyright (c) 2013 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>2D Example</title>
</head>
<body>
-<embed id="plugin" type="application/x-ppapi-example-2d">
+<embed id="plugin" type="application/x-ppapi-example-extensions">
</body>
</html>
« no previous file with comments | « ppapi/examples/extensions/extensions.cc ('k') | ppapi/generators/idl_c_header.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698