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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html

Issue 11359218: [NaCl Addin] Add new property for setting name of index page. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
similarity index 90%
copy from visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html
copy to visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
index cd6b4744796242ed195c8aa0f76fbe71d039d82f..383ce449c38a7b8a572676f3e58e2aa5888be796 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
@@ -11,7 +11,7 @@ found in the LICENSE file.
<title>Hello World GLES 2.0</title>
<script type="text/javascript" src="common.js"></script>
</head>
-<body onload="common.onload('hello_world_gles', 'glibc', 640, 480)">
+<body onload="common.onload('hello_world_gles', 'pnacl', 640, 480)">
<h1>Hello World GLES 2.0</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<!-- The NaCl plugin will be embedded inside the element with id "listener".

Powered by Google App Engine
This is Rietveld 408576698