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

Unified Diff: chrome/renderer/pepper/ppb_nacl_private_impl.cc

Issue 23326003: Enable PNaCl by default (revert disabling CL) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Jan's comments. Created 7 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
Index: chrome/renderer/pepper/ppb_nacl_private_impl.cc
diff --git a/chrome/renderer/pepper/ppb_nacl_private_impl.cc b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
index 6724329a5fbac1289041753870c49b14eb1ed77d..00a3b2cb61990f7b32f68acfc9f3db54aa87c802 100644
--- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc
+++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
@@ -306,7 +306,7 @@ PP_Bool IsOffTheRecord() {
PP_Bool IsPnaclEnabled() {
return PP_FromBool(
- CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePnacl));
+ !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisablePnacl));
}
PP_ExternalPluginResult ReportNaClError(PP_Instance instance,
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698