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

Unified Diff: tests/quake/quake9.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 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
« no previous file with comments | « tests/quake/quake3.html ('k') | tests/ruby/ruby.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/quake/quake9.html
===================================================================
--- tests/quake/quake9.html (revision 4284)
+++ tests/quake/quake9.html (working copy)
@@ -155,17 +155,17 @@
</span>
</span>
<center>
- <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_a" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_b" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_c" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
<br>
- <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_d" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_e" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_f" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
<br>
- <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_g" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_h" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
+ <embed id="embed_i" src="nacl_quake" type="application/x-nacl" width=320 height=240 />
</center>
<br>
« no previous file with comments | « tests/quake/quake3.html ('k') | tests/ruby/ruby.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698