| 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 134184030de6a630d4e1c95a2a2a0831c0cefa4a..103e0e09cecf3529c63a59d695f67e46dc069289 100644
|
| --- a/content/public/test/ppapi_test_utils.h
|
| +++ b/content/public/test/ppapi_test_utils.h
|
| @@ -32,6 +32,10 @@ bool RegisterTestPluginWithExtraParameters(
|
| bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line)
|
| WARN_UNUSED_RESULT;
|
|
|
| +// Registers the Blink test plugin to application/x-blink-test-plugin.
|
| +bool RegisterBlinkTestPlugin(base::CommandLine* command_line)
|
| + WARN_UNUSED_RESULT;
|
| +
|
| } // namespace ppapi
|
|
|
| #endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
|
|
|