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

Unified Diff: trunk/src/chrome/test/data/nacl/progress_events/ppapi_progress_events.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/progress_events/ppapi_progress_events.html
===================================================================
--- trunk/src/chrome/test/data/nacl/progress_events/ppapi_progress_events.html (revision 205338)
+++ trunk/src/chrome/test/data/nacl/progress_events/ppapi_progress_events.html (working copy)
@@ -34,25 +34,13 @@
//]]>
</script>
+<embed id="progress_events"
+ class="naclModule"
+ width=0 height=0
+ src="ppapi_progress_events.nmf"
+ type="application/x-nacl" />
<script type="text/javascript">
//<![CDATA[
-function createModule(id, src, type) {
- return createNaClEmbed({
- id: id,
- src: src,
- width: 0,
- height: 0,
- type: type
- });
-}
-
-var mime = "application/x-nacl";
-if (getTestArguments()["pnacl"] !== undefined) {
- mime = "application/x-pnacl";
-}
-var embed = createModule("progress_events", "ppapi_progress_events.nmf", mime);
-document.body.appendChild(embed);
-
runTests();
//]]>
</script>
« no previous file with comments | « trunk/src/chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.html ('k') | trunk/src/chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698