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

Unified Diff: ppapi/shared_impl/test_harness_utils.h

Issue 1062163004: Plugins: Move Prerender tests to PPAPI and some refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ppapi/shared_impl/test_harness_utils.h
diff --git a/ppapi/shared_impl/test_harness_utils.h b/ppapi/shared_impl/test_harness_utils.h
deleted file mode 100644
index 0098969cf8b7ddc97e04deaf68da02fdfc9b06e4..0000000000000000000000000000000000000000
--- a/ppapi/shared_impl/test_harness_utils.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PPAPI_TESTS_TEST_HARNESS_UTILS_H_
-#define PPAPI_TESTS_TEST_HARNESS_UTILS_H_
-
-#include <string>
-#include "base/files/file_path.h"
-#include "ppapi/shared_impl/ppapi_shared_export.h"
-
-// This file specifies utility functions used in Pepper testing in
-// browser_tests and content_browsertests.
-
-namespace base {
-class CommandLine;
-}
-
-namespace ppapi {
-
-// Strips prefixes used to annotate tests from a test name.
-std::string PPAPI_SHARED_EXPORT StripTestPrefixes(const std::string& test_name);
-
-// Returns a platform-specific filename relative to the chrome executable.
-base::FilePath::StringType PPAPI_SHARED_EXPORT GetTestLibraryName();
-
-} // namespace ppapi
-
-#endif // PPAPI_TESTS_TEST_HARNESS_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698