Chromium Code Reviews| Index: content/public/test/ppapi_test_utils.h |
| diff --git a/content/public/test/ppapi_test_utils.h b/content/public/test/ppapi_test_utils.h |
| index c5701bf9af5c4f7444158c2130b3c87d412382a9..2b32669d81098f959f7b9efdc4d7a4520bbaa5b5 100644 |
| --- a/content/public/test/ppapi_test_utils.h |
| +++ b/content/public/test/ppapi_test_utils.h |
| @@ -30,6 +30,10 @@ bool RegisterTestPluginWithExtraParameters( |
| base::CommandLine* command_line, |
| const base::FilePath::StringType& extra_registration_parameters); |
| +// Registers the Power Saver test plugin to application/x-ppapi-tests. |
| +// Returns true on success, and false otherwise. |
| +bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line); |
|
Paweł Hajdan Jr.
2015/04/20 22:38:17
Please add WARN_UNUSED_RESULT.
tommycli
2015/04/20 23:25:30
Done.
|
| + |
| } // namespace ppapi |
| #endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ |