| Index: ppapi/native_client/src/trusted/plugin/plugin.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| index 09a07244ccdc12c47bd6c9831f7a783a15061ed4..065d35b45ab374fc0d5e5c69337313181cd96450 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| @@ -1214,8 +1214,8 @@ void Plugin::ProcessNaClManifest(const nacl::string& manifest_json) {
|
| return;
|
| } else {
|
| error_info.SetReport(ERROR_PNACL_NOT_ENABLED,
|
| - "PNaCl has not been enabled (e.g., by setting "
|
| - "the --enable-pnacl flag).");
|
| + "PNaCl has been disabled (e.g., by setting "
|
| + "the --disable-pnacl flag).");
|
| }
|
| } else {
|
| // Try the fast path first. This will only block if the file is installed.
|
|
|