| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 9b4018905878e04ec38c042eb22a6cb6f4f46307..87ac2cca15cb4f05a0795d4b4e4b3e0b02143ed5 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -56,6 +56,7 @@ class PpapiThread : public ChildThread,
|
| LOAD_FAILED,
|
| ENTRY_POINT_MISSING,
|
| INIT_FAILED,
|
| + FILE_MISSING,
|
| // NOTE: Add new values only immediately above this line.
|
| LOAD_RESULT_MAX // Boundary value for UMA_HISTOGRAM_ENUMERATION.
|
| };
|
|
|