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

Unified Diff: trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.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/pnacl_error_handling/pnacl_error_handling.html
===================================================================
--- trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html (revision 205338)
+++ trunk/src/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html (working copy)
@@ -26,7 +26,6 @@
tester,
'bad_pexe',
'pnacl_bad_pexe.nmf',
- 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: compile failed.');
// 'bad_pexe' loads a manifest, then loads a pexe that is truncated.
@@ -34,7 +33,6 @@
tester,
'bad2_pexe',
'pnacl_bad2_pexe.nmf',
- 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: compile failed.');
// 'bad_pexe_undefined' loads a manifest, then loads a pexe that compiles
@@ -43,7 +41,6 @@
tester,
'bad_pexe_undefined_syms',
'pnacl_bad_pexe_undefined_syms.nmf',
- 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: link failed.');
// 'nonexistent_pexe' loads a manifest, then tries to to load a nonexistent
@@ -52,7 +49,6 @@
tester,
'nonexistent_pexe',
'pnacl_bad_doesnotexist.nmf',
- 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: ' +
'pexe load failed (pp_error=-2).');

Powered by Google App Engine
This is Rietveld 408576698