| 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 f02ef837e52852860e3a8168677c7d040b36163a..0a6638a904cc32e3e6c15be92eb242432832b402 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| @@ -98,6 +98,7 @@ enum PluginErrorCode {
|
| ERROR_PNACL_NOT_ENABLED = 68,
|
| ERROR_MANIFEST_NOACCESS_URL = 69,
|
| ERROR_NEXE_NOACCESS_URL = 70,
|
| + ERROR_PNACL_CACHE_HASH_MISMATCH = 71,
|
| // If you add a code, read the enum comment above on how to update histograms.
|
| ERROR_MAX
|
| };
|
|
|