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

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

Issue 1088763002: Plugin Power Saver: Add comprehensive browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0260-plugins-overhaul-prerender-tests
Patch Set: update isolate Created 5 years, 8 months 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
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);
Paweł Hajdan Jr. 2015/04/20 22:38:17 Please add WARN_UNUSED_RESULT.
tommycli 2015/04/20 23:25:30 Done.
+
} // namespace ppapi
#endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698