Chromium Code Reviews| Index: chrome/app/dummy_main_functions.cc |
| =================================================================== |
| --- chrome/app/dummy_main_functions.cc (revision 65099) |
| +++ chrome/app/dummy_main_functions.cc (working copy) |
| @@ -19,6 +19,10 @@ |
| return ResultCodes::BAD_PROCESS_TYPE; |
| } |
| +int PpapiPluginMain(const MainFunctionParams& parameters) { |
| + return ResultCodes::BAD_PROCESS_TYPE; |
| +} |
| + |
| int WorkerMain(const MainFunctionParams& parameters) { |
| return ResultCodes::BAD_PROCESS_TYPE; |
| } |