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

Unified Diff: trunk/src/chrome/test/data/nacl/nacl_load_test.html

Issue 15709012: Revert 205329 "Split pnacl and nacl mime types" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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: trunk/src/chrome/test/data/nacl/nacl_load_test.html
===================================================================
--- trunk/src/chrome/test/data/nacl/nacl_load_test.html (revision 205338)
+++ trunk/src/chrome/test/data/nacl/nacl_load_test.html (working copy)
@@ -10,7 +10,6 @@
<body>
<h2>NaCl Load Test</h2>
</body>
-<script type="text/javascript" src="nacltest.js"> </script>
<script>
function report(msg) {
@@ -24,9 +23,6 @@
var embed = document.createElement("embed");
embed.src = manifest_url;
embed.type = "application/x-nacl";
- if (getTestArguments()["pnacl"] !== undefined) {
- embed.type = "application/x-pnacl";
- }
embed.addEventListener("load", function(evt) {
report({type: "Shutdown", message: "1 test passed.", passed: true});

Powered by Google App Engine
This is Rietveld 408576698