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

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

Issue 1140953003: PPAPI Testing: Clean up location of ppapi::StripTestPrefixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to shared_impl Created 5 years, 7 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 a57d62f8c7934fc61fffbd0e37aeed160e222416..134184030de6a630d4e1c95a2a2a0831c0cefa4a 100644
--- a/content/public/test/ppapi_test_utils.h
+++ b/content/public/test/ppapi_test_utils.h
@@ -5,8 +5,6 @@
#ifndef CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
#define CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
-#include <string>
-
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
@@ -18,9 +16,6 @@ class CommandLine;
// browser_tests and content_browsertests.
namespace ppapi {
-// Strips prefixes used to annotate tests from a test name.
-std::string StripTestPrefixes(const std::string& test_name);
-
// Registers the PPAPI test plugin to application/x-ppapi-tests. Returns true
// on success, and false otherwise.
bool RegisterTestPlugin(base::CommandLine* command_line) WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698