| Index: ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin_error.h b/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| index 9da77cab2045200318608169328e577dc6c7d48b..b5eb4d865663594e8d4c240f795edee3471159c0 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| @@ -93,8 +93,6 @@ enum PluginErrorCode {
|
| ERROR_PNACL_LLC_INTERNAL = 65,
|
| ERROR_PNACL_LD_INTERNAL = 66,
|
| ERROR_PNACL_CREATE_TEMP = 67,
|
| - // Remove this next code when pnacl is no longer behind a flag (when we
|
| - // remove the --enable-pnacl flag).
|
| ERROR_PNACL_NOT_ENABLED = 68,
|
| ERROR_MANIFEST_NOACCESS_URL = 69,
|
| ERROR_NEXE_NOACCESS_URL = 70,
|
|
|