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 103e0e09cecf3529c63a59d695f67e46dc069289..7678570a874a0d1c8b6180e42c9f0a67ccbc6ae4 100644 |
| --- a/content/public/test/ppapi_test_utils.h |
| +++ b/content/public/test/ppapi_test_utils.h |
| @@ -28,7 +28,8 @@ bool RegisterTestPluginWithExtraParameters( |
| WARN_UNUSED_RESULT; |
| // Registers the Power Saver test plugin to application/x-ppapi-tests. |
| -// Returns true on success, and false otherwise. |
| +// Returns true on success, and false otherwise. This plugin is registered |
| +// with the Flash name, so the Plugins Content Settings applies to it. |
|
raymes
2016/09/26 08:18:30
I might just modify this function to register this
tommycli
2016/09/27 18:51:07
No problem with me! I stole this idea from your CL
|
| bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line) |
| WARN_UNUSED_RESULT; |