| 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);
|
| +
|
| } // namespace ppapi
|
|
|
| #endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
|
|
|