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

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

Issue 2356053002: [HBD] Only use Plugin Content Settings for Flash. (Closed)
Patch Set: address xhwang comments Created 4 years, 3 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
« no previous file with comments | « content/public/common/content_switches.cc ('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 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.
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/test/ppapi_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698