Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: content/public/test/ppapi_test_utils.h

Issue 1480303002: Implement a basic PPAPI plugin for Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android after https://codereview.chromium.org/1478633002 Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/ppapi_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/ppapi_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698