Index: content/public/test/ppapi_test_utils.cc |
diff --git a/content/public/test/ppapi_test_utils.cc b/content/public/test/ppapi_test_utils.cc |
index 7852d3154eec6eb289bb8edf53bced8bb596afd4..0c9e5455c26ebe65a8d84fe06b01dc17634e51c4 100644 |
--- a/content/public/test/ppapi_test_utils.cc |
+++ b/content/public/test/ppapi_test_utils.cc |
@@ -38,12 +38,6 @@ bool RegisterPlugin( |
} // namespace |
-std::string StripTestPrefixes(const std::string& test_name) { |
- if (test_name.find("DISABLED_") == 0) |
- return test_name.substr(strlen("DISABLED_")); |
- return test_name; |
-} |
- |
bool RegisterTestPlugin(base::CommandLine* command_line) { |
return RegisterTestPluginWithExtraParameters(command_line, |
FILE_PATH_LITERAL("")); |