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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/index.html

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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/hello_nacl_io/index.html
diff --git a/native_client_sdk/src/examples/hello_nacl_io/index.html b/native_client_sdk/src/examples/hello_nacl_io/index.html
index 8695747116dc88f0bc2ef9066bcb82da2ac9234b..baed38d5328db6d5567cbf6cb1b9fd983924a82f 100644
--- a/native_client_sdk/src/examples/hello_nacl_io/index.html
+++ b/native_client_sdk/src/examples/hello_nacl_io/index.html
@@ -97,9 +97,9 @@ found in the LICENSE file.
<button id="fseekExecute">fseek</button>
</span>
</div>
+ <pre id="log" style="font-weight: bold"></pre>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>
- <div id="log"></div>
</body>
</html>
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/example.js ('k') | native_client_sdk/src/examples/hello_world/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698