diff options
Diffstat (limited to 'chrome/common/chrome_plugin_api.h')
-rw-r--r-- | chrome/common/chrome_plugin_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_plugin_api.h b/chrome/common/chrome_plugin_api.h index 1dd08727..af21699 100644 --- a/chrome/common/chrome_plugin_api.h +++ b/chrome/common/chrome_plugin_api.h @@ -67,6 +67,7 @@ typedef unsigned char CPBool; typedef enum { CP_PROCESS_BROWSER = 0, CP_PROCESS_PLUGIN, + CP_PROCESS_RENDERER, } CPProcessType; // Return codes. Error values are negative. |