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

Unified Diff: chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html

Issue 3159046: Revert 57540 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « chrome/browser/extensions/permissions_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html
===================================================================
--- chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html (revision 57540)
+++ chrome/test/data/extensions/api_test/permissions/nacl_enabled/background.html (working copy)
@@ -34,10 +34,7 @@
<embed name="nacl_module"
id="pluginobj"
width=0 height=0
- nexes="
-x86-32: /bin/x86/srpc_hw.nexe
-x86-64: /bin/x64/srpc_hw.nexe
-ARM: /bin/arm/srpc_hw.nexe"
+ src="bin/x86/srpc_hw.nexe"
type="application/x-nacl-srpc"
onload="OnNaClLoad()"
onfail="OnNaClFail()"
« no previous file with comments | « chrome/browser/extensions/permissions_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698