| 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 103e0e09cecf3529c63a59d695f67e46dc069289..59b35330086c5a725b35596ee48934a23bfadc93 100644
|
| --- a/content/public/test/ppapi_test_utils.h
|
| +++ b/content/public/test/ppapi_test_utils.h
|
| @@ -27,9 +27,8 @@ bool RegisterTestPluginWithExtraParameters(
|
| const base::FilePath::StringType& extra_registration_parameters)
|
| WARN_UNUSED_RESULT;
|
|
|
| -// Registers the Power Saver test plugin to application/x-ppapi-tests.
|
| -// Returns true on success, and false otherwise.
|
| -bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line)
|
| +// Registers the Flash-imitating Power Saver test plugin.
|
| +bool RegisterFlashTestPlugin(base::CommandLine* command_line)
|
| WARN_UNUSED_RESULT;
|
|
|
| // Registers the Blink test plugin to application/x-blink-test-plugin.
|
|
|