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

Unified Diff: content/shell/common/webkit_test_helpers.h

Issue 1118183003: content: Rename webkit_test_helpers.{cc,h} to blink_test_helpers.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content/shell/renderer/layout_test 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
« no previous file with comments | « content/shell/browser/webkit_test_controller.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/webkit_test_helpers.h
diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/common/webkit_test_helpers.h
deleted file mode 100644
index 0e63cf96fee8948b98c98b46ea5312ca1d023fd4..0000000000000000000000000000000000000000
--- a/content/shell/common/webkit_test_helpers.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2012 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 CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
-#define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
-
-#include <string>
-#include <vector>
-
-namespace base {
-class FilePath;
-}
-
-namespace content {
-
-struct TestPreferences;
-struct WebPreferences;
-
-// The TestRunner library keeps its settings in a WebPreferenes object.
-// The content_shell, however, uses WebPreferences. This method exports the
-// settings from the WebTestRunner library which are relevant for layout tests.
-void ExportLayoutTestSpecificPreferences(const TestPreferences& from,
- WebPreferences* to);
-
-// Applies settings that differ between layout tests and regular mode.
-void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs);
-
-// Returns the root of the Blink checkout.
-base::FilePath GetWebKitRootDirFilePath();
-
-// Returns list of extra font files to be made accessible to the renderer.
-std::vector<std::string> GetSideloadFontFiles();
-
-} // namespace content
-
-#endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
« no previous file with comments | « content/shell/browser/webkit_test_controller.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698