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

Unified Diff: ppapi/native_client/src/trusted/plugin/service_runtime.cc

Issue 22839005: disable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some unintended revert changes 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: ppapi/native_client/src/trusted/plugin/service_runtime.cc
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
index 943a94b56ec01d1195a0741b1b053a5342f7e4f8..2b43b2e6e847db484104f30ea5cb2b52b0b7e1a8 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
@@ -355,8 +355,8 @@ void PluginReverseInterface::OpenManifestEntry_MainThreadContinuation(
*p->op_complete_ptr = true; // done...
p->file_info->desc = -1; // but failed.
p->error_info->SetReport(ERROR_PNACL_NOT_ENABLED,
- "ServiceRuntime: GetPnaclFd failed -- pnacl "
- "disabled with --disable-pnacl.");
+ "ServiceRuntime: GetPnaclFd failed -- pnacl not "
+ "enabled with --enable-pnacl.");
NaClXCondVarBroadcast(&cv_);
return;
}

Powered by Google App Engine
This is Rietveld 408576698